python.pkgs.pynacl: do not propagate libsodium
This commit is contained in:
parent
8c0516e113
commit
8effff1dae
@ -19,7 +19,8 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest hypothesis ];
|
checkInputs = [ pytest hypothesis ];
|
||||||
propagatedBuildInputs = [ libsodium cffi six ];
|
buildInputs = [ libsodium ];
|
||||||
|
propagatedBuildInputs = [ cffi six ];
|
||||||
|
|
||||||
SODIUM_INSTALL = "system";
|
SODIUM_INSTALL = "system";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user