Loading pkgs/tools/backup/gphotos-sync/default.nix +13 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,19 @@ python3.pkgs.buildPythonApplication rec { ./skip-network-tests.patch ]; nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ]; # Consider fixing this upstream by following up on: # https://github.com/gilesknap/gphotos-sync/issues/441 postPatch = '' substituteInPlace pyproject.toml \ --replace "setuptools<57" "setuptools" \ --replace "wheel==0.33.1" "wheel" ''; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook setuptools wheel ]; pythonRelaxDeps = [ "psutil" Loading Loading
pkgs/tools/backup/gphotos-sync/default.nix +13 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,19 @@ python3.pkgs.buildPythonApplication rec { ./skip-network-tests.patch ]; nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ]; # Consider fixing this upstream by following up on: # https://github.com/gilesknap/gphotos-sync/issues/441 postPatch = '' substituteInPlace pyproject.toml \ --replace "setuptools<57" "setuptools" \ --replace "wheel==0.33.1" "wheel" ''; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook setuptools wheel ]; pythonRelaxDeps = [ "psutil" Loading