mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
emacs-packages: ghc-mod now requires haskell-mode
This commit is contained in:
parent
2f7a75f74a
commit
7a73622116
@ -597,6 +597,7 @@ let self = _self // overrides;
|
||||
pname = "ghc";
|
||||
version = external.ghc-mod.version;
|
||||
src = external.ghc-mod.src;
|
||||
packageRequires = [ haskell-mode ];
|
||||
propagatedUserEnvPkgs = [ external.ghc-mod ];
|
||||
fileSpecs = [ "elisp/*.el" ];
|
||||
meta = { license = bsd3; };
|
||||
|
Loading…
Reference in New Issue
Block a user