parent
6bee6b8f4b
commit
87b4a5d6a7
@ -87,7 +87,7 @@ rec {
|
|||||||
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
|
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
|
||||||
pkgs.updateAutotoolsGnuConfigScriptsHook
|
pkgs.updateAutotoolsGnuConfigScriptsHook
|
||||||
;
|
;
|
||||||
} // args.crossAttrs or {});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ rec {
|
|||||||
|
|
||||||
derivationArg =
|
derivationArg =
|
||||||
(removeAttrs attrs
|
(removeAttrs attrs
|
||||||
["meta" "passthru" "crossAttrs" "pos"
|
["meta" "passthru" "pos"
|
||||||
"doCheck" "doInstallCheck"
|
"doCheck" "doInstallCheck"
|
||||||
"checkInputs" "installCheckInputs"
|
"checkInputs" "installCheckInputs"
|
||||||
"__impureHostDeps" "__propagatedImpureHostDeps"
|
"__impureHostDeps" "__propagatedImpureHostDeps"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user