stdenv: Remove crossAttrs, now that it is no longer used

Fix #33302
This commit is contained in:
John Ericson 2018-07-24 16:27:06 -04:00
parent 6bee6b8f4b
commit 87b4a5d6a7
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ rec {
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
pkgs.updateAutotoolsGnuConfigScriptsHook
;
} // args.crossAttrs or {});
});
};

View file

@ -164,7 +164,7 @@ rec {
derivationArg =
(removeAttrs attrs
["meta" "passthru" "crossAttrs" "pos"
["meta" "passthru" "pos"
"doCheck" "doInstallCheck"
"checkInputs" "installCheckInputs"
"__impureHostDeps" "__propagatedImpureHostDeps"