Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
fetchFromGitHub,
pytestCheckHook,
# for passthru.tests
Expand Down Expand Up @@ -41,10 +41,10 @@ buildPythonPackage rec {

build-system = [
setuptools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be in build-system

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why so if I may ask?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because it's a build time Python dependency

setuptools-rust
];

nativeBuildInputs = [
setuptoolsRustBuildHook # setuptools-rust is insufficient for cross
rustPlatform.cargoSetupHook
cargo
rustc
Expand Down
Loading