From 1bb2506ed94d12380b10702f9f37294eb3987e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 29 Apr 2023 12:51:27 -0700 Subject: [PATCH] etesync-dav: add passthru.tests --- pkgs/applications/misc/etesync-dav/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/misc/etesync-dav/default.nix b/pkgs/applications/misc/etesync-dav/default.nix index b1fb1fea467c..abf01ff83950 100644 --- a/pkgs/applications/misc/etesync-dav/default.nix +++ b/pkgs/applications/misc/etesync-dav/default.nix @@ -1,6 +1,7 @@ { lib , stdenv , fetchpatch +, nixosTests , python3 , radicale3 }: @@ -71,6 +72,10 @@ in python.pkgs.buildPythonApplication rec { doCheck = false; + passthru.tests = { + inherit (nixosTests) etesync-dav; + }; + meta = with lib; { homepage = "https://www.etesync.com/"; description = "Secure, end-to-end encrypted, and privacy respecting sync for contacts, calendars and tasks";