Merge pull request #135447 from legendofmiracles/pynacl-cc
This commit is contained in:
commit
233d204fba
@ -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