3
0
Fork 0
forked from mirrors/nixpkgs

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 {};
};
newScope = scope: kdeApps.newScope (scope // { inherit mkDerivation; });
newScope = scope: kdeApps.newScope ({ inherit mkDerivation; } // scope);
in lib.makeScope newScope addPackages