Loading pkgs/applications/version-management/git-annex-remote-googledrive/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , humanfriendly , tenacity , setuptools , distutils }: buildPythonApplication rec { Loading @@ -27,6 +28,7 @@ buildPythonApplication rec { gitpython tenacity humanfriendly distutils ]; # while git-annex does come with a testremote command that *could* be used, Loading pkgs/top-level/all-packages.nix +1 −9 Original line number Diff line number Diff line Loading @@ -2211,15 +2211,7 @@ with pkgs; humanfriendly; }; git-annex-remote-googledrive = callPackage ../applications/version-management/git-annex-remote-googledrive { inherit (python3Packages) buildPythonApplication annexremote drivelib gitpython tenacity humanfriendly; }; git-annex-remote-googledrive = python3Packages.callPackage ../applications/version-management/git-annex-remote-googledrive { }; git-annex-remote-rclone = callPackage ../applications/version-management/git-annex-remote-rclone { }; Loading
pkgs/applications/version-management/git-annex-remote-googledrive/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , humanfriendly , tenacity , setuptools , distutils }: buildPythonApplication rec { Loading @@ -27,6 +28,7 @@ buildPythonApplication rec { gitpython tenacity humanfriendly distutils ]; # while git-annex does come with a testremote command that *could* be used, Loading
pkgs/top-level/all-packages.nix +1 −9 Original line number Diff line number Diff line Loading @@ -2211,15 +2211,7 @@ with pkgs; humanfriendly; }; git-annex-remote-googledrive = callPackage ../applications/version-management/git-annex-remote-googledrive { inherit (python3Packages) buildPythonApplication annexremote drivelib gitpython tenacity humanfriendly; }; git-annex-remote-googledrive = python3Packages.callPackage ../applications/version-management/git-annex-remote-googledrive { }; git-annex-remote-rclone = callPackage ../applications/version-management/git-annex-remote-rclone { };