plasma54: allow overriding mkDerivation

This commit is contained in:
Thomas Tuegel 2015-09-27 14:28:03 -05:00
parent 63d95f505e
commit 3ae6dabaed

View File

@ -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