6 python3.pkgs.buildPythonApplication rec {
7 pname = "gphotos-sync";
11 src = fetchFromGitHub {
13 repo = "gphotos-sync";
15 hash = "sha256-iTqD/oUQqC7Fju8SEPkSZX7FC9tE4eRCewiJR8STmEw=";
19 ./skip-network-tests.patch
22 nativeBuildInputs = with python3.pkgs; [
28 propagatedBuildInputs = with python3.pkgs; [
45 nativeCheckInputs = with python3.pkgs; [
51 export PY_IGNORE_IMPORTMISMATCH=1
52 export HOME=$(mktemp -d)
56 description = "Google Photos and Albums backup with Google Photos Library API";
57 mainProgram = "gphotos-sync";
58 homepage = "https://github.com/gilesknap/gphotos-sync";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ dnr ];