python3Packages.pynacl: fix cross compilation

This commit is contained in:
legendofmiracles 2021-08-23 07:10:50 -06:00
parent 9783779685
commit a6ca2c5d01
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

@ -6,6 +6,7 @@
, libsodium
, cffi
, hypothesis
, six
}:
buildPythonPackage rec {
@ -23,10 +24,14 @@ buildPythonPackage rec {
libsodium
];
propagatedBuildInputs = [
propagatedNativeBuildInputs = [
cffi
];
propagatedBuildInputs = [
six
];
checkInputs = [
hypothesis
pytestCheckHook