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