forked from mirrors/nixpkgs
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) [
|
||||
cffi
|
||||
] ++ [
|
||||
rustPlatform.cargoSetupHook
|
||||
setuptools-rust
|
||||
] ++ (with rustPlatform; [ rust.cargo rust.rustc ]);
|
||||
|
|
Loading…
Reference in a new issue