radicale: add passthru.tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, python3, fetchFromGitHub }:
|
{ lib, python3, fetchFromGitHub, nixosTests }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "radicale";
|
pname = "radicale";
|
||||||
@@ -28,6 +28,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
waitress
|
waitress
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) radicale;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.radicale.org/3.0.html";
|
homepage = "https://www.radicale.org/3.0.html";
|
||||||
description = "CalDAV and CardDAV server";
|
description = "CalDAV and CardDAV server";
|
||||||
|
|||||||
Reference in New Issue
Block a user