9 python3.pkgs.buildPythonApplication {
10 pname = "etesync-dav";
11 version = "0.32.1-unstable-2024-09-02";
13 src = fetchFromGitHub {
16 rev = "b9b23bf6fba60d42012008ba06023bccd9109c08";
17 hash = "sha256-wWhwnOlwE1rFgROTSj90hlSw4k48fIEdk5CJOXoecuQ=";
20 propagatedBuildInputs = with python3.pkgs; [
28 (python.pkgs.toPythonModule (radicale3.override { python3 = python; }))
31 ] ++ requests.optional-dependencies.socks;
36 inherit (nixosTests) etesync-dav;
40 homepage = "https://www.etesync.com/";
41 description = "Secure, end-to-end encrypted, and privacy respecting sync for contacts, calendars and tasks";
42 mainProgram = "etesync-dav";
43 license = licenses.gpl3;
44 maintainers = with maintainers; [ thyol valodim ];
45 broken = stdenv.hostPlatform.isDarwin; # pyobjc-framework-Cocoa is missing