rust: remove legacy cargo fetcher

We have now migrated every single Rust package in NixPkgs! This deletes the
legacy fetcher, which is now unused.

Resolves #79975
This commit is contained in:
Benjamin Hipple
2020-03-18 20:43:07 -04:00
committed by Jon
parent 6865db4d3c
commit 05343f6ff1
4 changed files with 10 additions and 108 deletions

View File

@@ -30,14 +30,8 @@
inherit cargo;
};
# N.B. This is a legacy fetcher implementation that is being phased out and deleted.
# See ../../../build-support/rust/README.md for details.
fetchcargo = buildPackages.callPackage ../../../build-support/rust/fetchcargo.nix {
inherit cargo;
};
buildRustPackage = callPackage ../../../build-support/rust {
inherit rustc cargo fetchcargo fetchCargoTarball;
inherit rustc cargo fetchCargoTarball;
};
rustcSrc = callPackage ./rust-src.nix {