packages: fix rustPlatform.rust.* deprecation warning
This commit is contained in:
parent
445d44c3e1
commit
f1e4c743ee
4 changed files with 16 additions and 8 deletions
|
@ -7,6 +7,8 @@
|
|||
, gettext
|
||||
, python3
|
||||
, rustPlatform
|
||||
, rustc
|
||||
, cargo
|
||||
, pkg-config
|
||||
, glib
|
||||
, libhandy
|
||||
|
@ -41,9 +43,9 @@ stdenv.mkDerivation rec {
|
|||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
rustPlatform.rust.cargo
|
||||
cargo
|
||||
rustPlatform.cargoSetupHook
|
||||
rustPlatform.rust.rustc
|
||||
rustc
|
||||
wrapGAppsHook
|
||||
glib
|
||||
];
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
, gettext
|
||||
, python3
|
||||
, rustPlatform
|
||||
, rustc
|
||||
, cargo
|
||||
, pkg-config
|
||||
, glib
|
||||
, libadwaita
|
||||
|
@ -42,9 +44,9 @@ stdenv.mkDerivation rec {
|
|||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
rustPlatform.rust.cargo
|
||||
cargo
|
||||
rustPlatform.cargoSetupHook
|
||||
rustPlatform.rust.rustc
|
||||
rustc
|
||||
wrapGAppsHook
|
||||
glib
|
||||
];
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
, pkg-config
|
||||
, python3
|
||||
, rustPlatform
|
||||
, rustc
|
||||
, cargo
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
|
@ -38,9 +40,9 @@ stdenv.mkDerivation rec {
|
|||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
rustPlatform.rust.cargo
|
||||
cargo
|
||||
rustPlatform.cargoSetupHook
|
||||
rustPlatform.rust.rustc
|
||||
rustc
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
, pkg-config
|
||||
, python3
|
||||
, rustPlatform
|
||||
, rustc
|
||||
, cargo
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
|
@ -38,9 +40,9 @@ stdenv.mkDerivation rec {
|
|||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
rustPlatform.rust.cargo
|
||||
cargo
|
||||
rustPlatform.cargoSetupHook
|
||||
rustPlatform.rust.rustc
|
||||
rustc
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue