mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
cargo-vendor: move to all-packages
This commit is contained in:
parent
8f20e7ce3a
commit
6580b18d3f
@ -1,9 +1,7 @@
|
||||
{ callPackage, fetchurl, stdenv, path, cacert, git, rust }:
|
||||
{ callPackage, fetchurl, stdenv, path, cacert, git, rust, cargo-vendor }:
|
||||
let
|
||||
cargoVendor = callPackage ./cargo-vendor {};
|
||||
|
||||
fetchcargo = import ./fetchcargo.nix {
|
||||
inherit stdenv cacert git rust cargoVendor;
|
||||
inherit stdenv cacert git rust cargo-vendor;
|
||||
};
|
||||
in
|
||||
{ name, cargoSha256
|
||||
|
@ -6488,6 +6488,8 @@ with pkgs;
|
||||
|
||||
buildRustCrate = callPackage ../build-support/rust/build-rust-crate.nix { };
|
||||
|
||||
cargo-vendor = callPackage ../build-support/rust/cargo-vendor {};
|
||||
|
||||
carnix = (callPackage ../build-support/rust/carnix.nix { }).carnix { };
|
||||
|
||||
defaultCrateOverrides = callPackage ../build-support/rust/default-crate-overrides.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user