stdenv cross adapter: Don't define crossConfig

All its uses have been removed.
wip/yesman
John Ericson 6 years ago
parent 5e17335bd7
commit 5a860c20f3
  1. 2
      pkgs/stdenv/adapters.nix

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

Loading…
Cancel
Save