radicale: add passthru.tests
This commit is contained in:
parent
8a3c8eed75
commit
f2ab385874
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user