Commit 8effff1d authored by Robert Schütz's avatar Robert Schütz
Browse files

python.pkgs.pynacl: do not propagate libsodium

parent 8c0516e1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ buildPythonPackage rec {
  };

  checkInputs = [ pytest hypothesis ];
  propagatedBuildInputs = [ libsodium cffi six ];
  buildInputs = [ libsodium ];
  propagatedBuildInputs = [ cffi six ];

  SODIUM_INSTALL = "system";