mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
emacs: ghc-mod: add the binary to user environment
This is the correct way to do it, because users will expect to see the same ghc-mod both in emacs and in shell.
This commit is contained in:
parent
3e15f6a370
commit
94df35da1f
@ -454,6 +454,7 @@ let self = _self // overrides;
|
|||||||
pname = "ghc";
|
pname = "ghc";
|
||||||
version = external.ghc-mod.version;
|
version = external.ghc-mod.version;
|
||||||
src = external.ghc-mod.src;
|
src = external.ghc-mod.src;
|
||||||
|
propagatedUserEnvPkgs = [ external.ghc-mod ];
|
||||||
fileSpecs = [ "elisp/*.el" ];
|
fileSpecs = [ "elisp/*.el" ];
|
||||||
meta = { license = bsd3; };
|
meta = { license = bsd3; };
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user