3
0
Fork 0
forked from mirrors/nixpkgs

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:
Jan Malakhovski 2015-03-24 22:54:31 +00:00
parent 3e15f6a370
commit 94df35da1f

View file

@ -454,6 +454,7 @@ let self = _self // overrides;
pname = "ghc";
version = external.ghc-mod.version;
src = external.ghc-mod.src;
propagatedUserEnvPkgs = [ external.ghc-mod ];
fileSpecs = [ "elisp/*.el" ];
meta = { license = bsd3; };
};