1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

structured-haskell-mode: fix emacs package

This emacs package requires the binary from the external package to be
in exec-path.
This commit is contained in:
Benjamin Saunders 2016-06-06 20:23:39 -07:00
parent bd1b236f7c
commit eecebcd058

View file

@ -1531,6 +1531,7 @@ let
src = external.structured-haskell-mode.src;
packageRequires = [ haskell-mode ];
fileSpecs = [ "elisp/*.el" ];
propagatedUserEnvPkgs = [ external.structured-haskell-mode ];
meta = {
description = "Structured editing Emacs mode for Haskell";