xandikos: add passthru.tests

This commit is contained in:
0x4A6F
2021-03-25 20:13:05 +01:00
parent 1be6dbf3e5
commit 1ed8af4b99

View File

@@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, python3Packages
, nixosTests
}:
python3Packages.buildPythonApplication rec {
@@ -24,6 +25,8 @@ python3Packages.buildPythonApplication rec {
prometheus_client
];
passthru.tests.xandikos = nixosTests.xandikos;
meta = with lib; {
description = "Lightweight CalDAV/CardDAV server";
homepage = "https://github.com/jelmer/xandikos";