python3Packages.vdirsyncer: use versionCheckHook

This commit is contained in:
Robert Schütz
2026-07-08 19:44:59 -07:00
parent 9ab30a27e6
commit 953d6b745f
@@ -17,8 +17,7 @@
pytest-asyncio,
trustme,
aioresponses,
vdirsyncer,
testers,
versionCheckHook,
}:
buildPythonPackage rec {
@@ -67,7 +66,9 @@ buildPythonPackage rec {
"test_verbosity"
];
passthru.tests.version = testers.testVersion { package = vdirsyncer; };
nativeInstallCheckInputs = [
versionCheckHook
];
meta = {
description = "Synchronize calendars and contacts";