kdeApps_15_08: allow overriding mkDerivation
This commit is contained in:
parent
d8d5e9868c
commit
63d95f505e
@ -64,6 +64,6 @@ let
|
|||||||
print-manager = callPackage ./print-manager.nix {};
|
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
|
in lib.makeScope newScope packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user