summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/backup/gphotos-sync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/gphotos-sync/default.nix b/pkgs/tools/backup/gphotos-sync/default.nix
index 27caf6df4db0..53db44bb2e11 100644
--- a/pkgs/tools/backup/gphotos-sync/default.nix
+++ b/pkgs/tools/backup/gphotos-sync/default.nix
@@ -32,6 +32,7 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
+ setuptools-scm
wheel
];
@@ -61,7 +62,6 @@ python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
mock
pytestCheckHook
- setuptools-scm
];
preCheck = ''