khard: Add passthru.tests.version
This commit is contained in:
parent
18289a67b0
commit
33881cc558
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue