pythonPackages.pynacl: use system libsodium

This commit is contained in:
Robert Schütz 2018-02-18 18:02:18 +01:00
parent b42a5405df
commit 62a875ee91

View file

@ -17,6 +17,8 @@ buildPythonPackage rec {
checkInputs = [ pytest hypothesis ];
propagatedBuildInputs = [ libsodium cffi six ];
SODIUM_INSTALL = "system";
checkPhase = ''
py.test
'';