Loading pkgs/development/python-modules/pynacl/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ buildPythonPackage rec { }; checkInputs = [ pytest hypothesis ]; propagatedBuildInputs = [ libsodium cffi six ]; buildInputs = [ libsodium ]; propagatedBuildInputs = [ cffi six ]; SODIUM_INSTALL = "system"; Loading Loading
pkgs/development/python-modules/pynacl/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ buildPythonPackage rec { }; checkInputs = [ pytest hypothesis ]; propagatedBuildInputs = [ libsodium cffi six ]; buildInputs = [ libsodium ]; propagatedBuildInputs = [ cffi six ]; SODIUM_INSTALL = "system"; Loading