radicale: add passthru.tests

This commit is contained in:
Robert Schütz 2021-04-23 15:13:36 +02:00
parent 8a3c8eed75
commit f2ab385874

View file

@ -1,4 +1,4 @@
{ lib, python3, fetchFromGitHub }:
{ lib, python3, fetchFromGitHub, nixosTests }:
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
@ -28,6 +28,10 @@ python3.pkgs.buildPythonApplication rec {
waitress
];
passthru.tests = {
inherit (nixosTests) radicale;
};
meta = with lib; {
homepage = "https://www.radicale.org/3.0.html";
description = "CalDAV and CardDAV server";