plasma54: allow overriding mkDerivation
This commit is contained in:
parent
63d95f505e
commit
3ae6dabaed
@ -82,6 +82,6 @@ let
|
|||||||
systemsettings = callPackage ./systemsettings.nix {};
|
systemsettings = callPackage ./systemsettings.nix {};
|
||||||
};
|
};
|
||||||
|
|
||||||
newScope = scope: kdeApps.newScope (scope // { inherit mkDerivation; });
|
newScope = scope: kdeApps.newScope ({ inherit mkDerivation; } // scope);
|
||||||
|
|
||||||
in lib.makeScope newScope addPackages
|
in lib.makeScope newScope addPackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user