python3Packages.pynacl: fix cross compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user