mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
nix: replace deprecated cargo/rustc aliases with new version
This commit is contained in:
parent
c6a162e4b0
commit
6a1ae0e91b
@ -13,6 +13,8 @@
|
|||||||
, lz4
|
, lz4
|
||||||
, nix-gitignore
|
, nix-gitignore
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
|
, rustc
|
||||||
|
, cargo
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -28,9 +30,9 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
cargo
|
||||||
|
rustc
|
||||||
rustPlatform.cargoSetupHook
|
rustPlatform.cargoSetupHook
|
||||||
rustPlatform.rust.cargo
|
|
||||||
rustPlatform.rust.rustc
|
|
||||||
rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user