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:
parent
bd1b236f7c
commit
eecebcd058
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user