khard: Add passthru.tests.version

This commit is contained in:
Damien Cassou 2022-12-12 20:00:55 +01:00
parent 18289a67b0
commit 33881cc558
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

@ -1,4 +1,4 @@
{ lib, python3 }:
{ lib, python3, khard, testers }:
python3.pkgs.buildPythonApplication rec {
version = "0.18.0";
@ -33,6 +33,8 @@ python3.pkgs.buildPythonApplication rec {
pythonImportsCheck = [ "khard" ];
passthru.tests.version = testers.testVersion { package = khard; };
meta = {
homepage = "https://github.com/scheibler/khard";
description = "Console carddav client";