treewide: change fetchCargoTarball default to opt-out

Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
This commit is contained in:
Benjamin Hipple
2020-02-13 21:00:26 -05:00
committed by Jon
parent e57fdf508a
commit eb11feaa0b
212 changed files with 632 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ rustPlatform.buildRustPackage {
# too many impure/platform-dependent tests
doCheck = false;
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0qnpx2xhckb45q8cgn0xh31dg5k73hqp5mz5zg3micmg7as4b621";
makeFlags =