mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
python3Packages.pynacl: fix cross compilation
This commit is contained in:
parent
9783779685
commit
a6ca2c5d01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user