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";
|
||||
version = external.ghc-mod.version;
|
||||
src = external.ghc-mod.src;
|
||||
propagatedUserEnvPkgs = [ external.ghc-mod ];
|
||||
fileSpecs = [ "elisp/*.el" ];
|
||||
meta = { license = bsd3; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user