mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00: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:
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…
Reference in a new issue