mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
git-annex-remote-googledrive: add missing distutils dependency
This commit is contained in:
parent
989ec1afaa
commit
8ce786ec86
@ -7,6 +7,7 @@
|
|||||||
, humanfriendly
|
, humanfriendly
|
||||||
, tenacity
|
, tenacity
|
||||||
, setuptools
|
, setuptools
|
||||||
|
, distutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
@ -27,6 +28,7 @@ buildPythonApplication rec {
|
|||||||
gitpython
|
gitpython
|
||||||
tenacity
|
tenacity
|
||||||
humanfriendly
|
humanfriendly
|
||||||
|
distutils
|
||||||
];
|
];
|
||||||
|
|
||||||
# while git-annex does come with a testremote command that *could* be used,
|
# while git-annex does come with a testremote command that *could* be used,
|
||||||
|
@ -2211,15 +2211,7 @@ with pkgs;
|
|||||||
humanfriendly;
|
humanfriendly;
|
||||||
};
|
};
|
||||||
|
|
||||||
git-annex-remote-googledrive = callPackage ../applications/version-management/git-annex-remote-googledrive {
|
git-annex-remote-googledrive = python3Packages.callPackage ../applications/version-management/git-annex-remote-googledrive { };
|
||||||
inherit (python3Packages)
|
|
||||||
buildPythonApplication
|
|
||||||
annexremote
|
|
||||||
drivelib
|
|
||||||
gitpython
|
|
||||||
tenacity
|
|
||||||
humanfriendly;
|
|
||||||
};
|
|
||||||
|
|
||||||
git-annex-remote-rclone = callPackage ../applications/version-management/git-annex-remote-rclone { };
|
git-annex-remote-rclone = callPackage ../applications/version-management/git-annex-remote-rclone { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user