Skip to content

Commit

Permalink
python3Packages.bcrypt: fix cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Dec 31, 2024
1 parent 5ac41de commit 34cf917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bcrypt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
rustPlatform,
rustc,
setuptools,
setuptools-rust,
setuptoolsRustBuildHook,
fetchPypi,
pythonOlder,
pytestCheckHook,
Expand Down Expand Up @@ -41,7 +41,7 @@ buildPythonPackage rec {

nativeBuildInputs = [
setuptools
setuptools-rust
setuptoolsRustBuildHook
rustPlatform.cargoSetupHook
cargo
rustc
Expand Down

0 comments on commit 34cf917

Please sign in to comment.