python.pkgs.pynacl: do not propagate libsodium

This commit is contained in:
Robert Schütz 2019-02-25 15:16:21 +01:00
parent 8c0516e113
commit 8effff1dae

View file

@ -19,7 +19,8 @@ buildPythonPackage rec {
};
checkInputs = [ pytest hypothesis ];
propagatedBuildInputs = [ libsodium cffi six ];
buildInputs = [ libsodium ];
propagatedBuildInputs = [ cffi six ];
SODIUM_INSTALL = "system";