Loading pkgs/development/python-modules/sshfs/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,10 @@ buildPythonPackage rec { fsspec ]; pythonImportsCheck = [ "sshfs" ]; meta = with lib; { description = "SSH/SFTP implementation for fsspec"; homepage = "https://pypi.org/project/sshfs/${version}"; Loading Loading
pkgs/development/python-modules/sshfs/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,10 @@ buildPythonPackage rec { fsspec ]; pythonImportsCheck = [ "sshfs" ]; meta = with lib; { description = "SSH/SFTP implementation for fsspec"; homepage = "https://pypi.org/project/sshfs/${version}"; Loading