stdenv cross adapter: Don't define crossConfig
All its uses have been removed.
This commit is contained in:
parent
5e17335bd7
commit
5a860c20f3
@ -87,8 +87,6 @@ rec {
|
|||||||
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
|
(hostPlatform.isAarch64 || hostPlatform.isMips || hostPlatform.libc == "musl")
|
||||||
pkgs.updateAutotoolsGnuConfigScriptsHook
|
pkgs.updateAutotoolsGnuConfigScriptsHook
|
||||||
;
|
;
|
||||||
|
|
||||||
crossConfig = hostPlatform.config;
|
|
||||||
} // args.crossAttrs or {});
|
} // args.crossAttrs or {});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user