mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
xandikos: add passthru.tests
This commit is contained in:
parent
1be6dbf3e5
commit
1ed8af4b99
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user