1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

emacsPackagesNg: export emacs

This commit is contained in:
Nikolay Amiantov 2015-04-02 14:44:58 +03:00
parent 4eaf2f1114
commit 874a113996

View file

@ -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 {