mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:08:24 +00:00
argon2_cffi: add missing non-native bindings dep
This commit is contained in:
parent
8eb1922f64
commit
3b3a934ed8
@ -23,7 +23,8 @@ buildPythonPackage rec {
|
||||
sha256 = "d384164d944190a7dd7ef22c6aa3ff197da12962bd04b17f64d4e93d934dba5b";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cffi six ] ++ lib.optional (!isPy3k) enum34;
|
||||
propagatedBuildInputs = [ cffi six argon2-cffi-bindings ]
|
||||
++ lib.optional (!isPy3k) enum34;
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
argon2-cffi-bindings
|
||||
|
Loading…
Reference in New Issue
Block a user