kdeApps_15_08: allow overriding mkDerivation

This commit is contained in:
Thomas Tuegel 2015-09-27 14:27:49 -05:00
parent d8d5e9868c
commit 63d95f505e

View File

@ -64,6 +64,6 @@ let
print-manager = callPackage ./print-manager.nix {};
};
newScope = scope: pkgs.kf513.newScope (scope // { inherit mkDerivation; });
newScope = scope: pkgs.kf513.newScope ({ inherit mkDerivation; } // scope);
in lib.makeScope newScope packages