mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
emacsPackagesNg: export emacs
This commit is contained in:
parent
4eaf2f1114
commit
874a113996
|
@ -30,6 +30,8 @@ let self = _self // overrides;
|
|||
callPackage = lib.callPackageWith (self // removeAttrs args ["overrides" "external"]);
|
||||
_self = with self; {
|
||||
|
||||
inherit emacs;
|
||||
|
||||
## START HERE
|
||||
|
||||
ac-haskell-process = melpaBuild rec {
|
||||
|
|
Loading…
Reference in a new issue