3
0
Fork 0
forked from mirrors/nixpkgs

emacsPackages should inherit emacs to add the correct version

to the inner scope

svn path=/nixpkgs/trunk/; revision=23159
This commit is contained in:
Andres Löh 2010-08-13 07:55:57 +00:00
parent ac8fda68f6
commit ced0d6de0d

View file

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