Loading pkgs/development/python-modules/ssh-python/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "ssh-python"; version = "1.2.0.post1"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "ParallelSSH"; Loading @@ -22,9 +22,9 @@ buildPythonPackage rec { }; build-system = [ setuptools ]; nativeBuildInputs = [ cython ]; nativeBuildInputs = [ cython ]; buildInputs = [ openssl zlib Loading Loading
pkgs/development/python-modules/ssh-python/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "ssh-python"; version = "1.2.0.post1"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "ParallelSSH"; Loading @@ -22,9 +22,9 @@ buildPythonPackage rec { }; build-system = [ setuptools ]; nativeBuildInputs = [ cython ]; nativeBuildInputs = [ cython ]; buildInputs = [ openssl zlib Loading