mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
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 ];
|
||||
propagatedBuildInputs = [ libsodium cffi six ];
|
||||
buildInputs = [ libsodium ];
|
||||
propagatedBuildInputs = [ cffi six ];
|
||||
|
||||
SODIUM_INSTALL = "system";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user