pythonPackages.pynacl: use system libsodium
This commit is contained in:
parent
b42a5405df
commit
62a875ee91
@ -17,6 +17,8 @@ buildPythonPackage rec {
|
||||
checkInputs = [ pytest hypothesis ];
|
||||
propagatedBuildInputs = [ libsodium cffi six ];
|
||||
|
||||
SODIUM_INSTALL = "system";
|
||||
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user