Merge nixpkgs.config.perlPackageOverrides
This commit is contained in:
parent
8b8a74d5d6
commit
7e48ecc0c0
@ -21,6 +21,11 @@ let
|
|||||||
packageOverrides = pkgs:
|
packageOverrides = pkgs:
|
||||||
optCall lhs.packageOverrides pkgs //
|
optCall lhs.packageOverrides pkgs //
|
||||||
optCall (attrByPath ["packageOverrides"] ({}) rhs) pkgs;
|
optCall (attrByPath ["packageOverrides"] ({}) rhs) pkgs;
|
||||||
|
} //
|
||||||
|
optionalAttrs (lhs ? perlPackageOverrides) {
|
||||||
|
perlPackageOverrides = pkgs:
|
||||||
|
optCall lhs.perlPackageOverrides pkgs //
|
||||||
|
optCall (attrByPath ["perlPackageOverrides"] ({}) rhs) pkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
configType = mkOptionType {
|
configType = mkOptionType {
|
||||||
|
Loading…
Reference in New Issue
Block a user