nix: replace deprecated cargo/rustc aliases with new version

This commit is contained in:
Jörg Thalheim 2023-06-16 08:17:00 +02:00
parent c6a162e4b0
commit 6a1ae0e91b

View File

@ -13,6 +13,8 @@
, lz4
, nix-gitignore
, rustPlatform
, rustc
, cargo
}:
let
@ -28,9 +30,9 @@ in stdenv.mkDerivation {
nativeBuildInputs = [
pkg-config
cargo
rustc
rustPlatform.cargoSetupHook
rustPlatform.rust.cargo
rustPlatform.rust.rustc
rustPlatform.bindgenHook
];