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

Fix #33302
This commit is contained in:
John Ericson
2018-07-24 20:01:43 -04:00
parent 6bee6b8f4b
commit 87b4a5d6a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ rec {
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
pkgs.updateAutotoolsGnuConfigScriptsHook
;
} // args.crossAttrs or {});
});
};