forked from mirrors/nixpkgs
emacsPackages: fix for missing passthru
This commit is contained in:
parent
bd9fd9c2d9
commit
dc79d3b0da
|
@ -79,7 +79,7 @@ in makeScope pkgs'.newScope (self: makeOverridable ({
|
|||
|
||||
# Propagate overriden scope
|
||||
emacs = emacs'.overrideAttrs(old: {
|
||||
passthru = old.passthru // {
|
||||
passthru = (old.passthru or {}) // {
|
||||
pkgs = dontRecurseIntoAttrs self;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue