pypy3.pkgs.cryptography: fix build
setuptools-rust was accidentally added to the wrong list.
This commit is contained in:
parent
ddd71dd0c9
commit
2edf46ca6a
@ -42,6 +42,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = lib.optionals (!isPyPy) [
|
nativeBuildInputs = lib.optionals (!isPyPy) [
|
||||||
cffi
|
cffi
|
||||||
|
] ++ [
|
||||||
rustPlatform.cargoSetupHook
|
rustPlatform.cargoSetupHook
|
||||||
setuptools-rust
|
setuptools-rust
|
||||||
] ++ (with rustPlatform; [ rust.cargo rust.rustc ]);
|
] ++ (with rustPlatform; [ rust.cargo rust.rustc ]);
|
||||||
|
Loading…
Reference in New Issue
Block a user