summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-11-26 16:18:20 +0100
committerGitHub <noreply@github.com>2023-11-26 10:18:20 -0500
commiteab212e43a5ee57ce264fb38094bd53a8d333956 (patch)
tree76642a3ae48921db293ee8fef8990d64491bb0e5
parent1afdfc52597d5f1f7e167dab27d02912fab27e1e (diff)
gphotos-sync: move setuptools-scm to correct input (#244202)
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
-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 = ''