Merge pull request #133260 from Radvendii/master
emacsPackages: fix for missing passthru
This commit is contained in:
commit
2040ede9a6
@ -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 New Issue
Block a user