stdenv cross adapter: Don't define crossConfig

All its uses have been removed.
This commit is contained in:
John Ericson
2018-05-14 23:33:12 -04:00
parent 5e17335bd7
commit 5a860c20f3
-2
View File
@@ -87,8 +87,6 @@ rec {
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
pkgs.updateAutotoolsGnuConfigScriptsHook
;
crossConfig = hostPlatform.config;
} // args.crossAttrs or {});
};