emacsPackages should inherit emacs to add the correct version
to the inner scope svn path=/nixpkgs/trunk/; revision=23159
This commit is contained in:
parent
ac8fda68f6
commit
ced0d6de0d
@ -5332,6 +5332,8 @@ let
|
||||
});
|
||||
|
||||
emacsPackages = emacs: self: let callPackage = newScope self; in rec {
|
||||
inherit emacs;
|
||||
|
||||
bbdb = callPackage ../applications/editors/emacs-modes/bbdb { };
|
||||
|
||||
cedet = callPackage ../applications/editors/emacs-modes/cedet { };
|
||||
|
Loading…
Reference in New Issue
Block a user