python.pkgs.pynacl: do not propagate libsodium
This commit is contained in:
parent
8c0516e113
commit
8effff1dae
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
checkInputs = [ pytest hypothesis ];
|
||||
propagatedBuildInputs = [ libsodium cffi six ];
|
||||
buildInputs = [ libsodium ];
|
||||
propagatedBuildInputs = [ cffi six ];
|
||||
|
||||
SODIUM_INSTALL = "system";
|
||||
|
||||
|
|
Loading…
Reference in a new issue