From c0fd49824cf01c14ab91ed20d0d37b2bc2757092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 4 Mar 2026 11:58:47 -0800 Subject: [PATCH] calendar-cli: run versionCheckHook --- pkgs/by-name/ca/calendar-cli/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/ca/calendar-cli/package.nix b/pkgs/by-name/ca/calendar-cli/package.nix index 1f40239015e3..e160cfef0863 100644 --- a/pkgs/by-name/ca/calendar-cli/package.nix +++ b/pkgs/by-name/ca/calendar-cli/package.nix @@ -5,6 +5,7 @@ nixosTests, perl, radicale, + versionCheckHook, which, xandikos, }: @@ -51,18 +52,21 @@ python3.pkgs.buildPythonApplication (finalAttrs: { nativeCheckInputs = [ perl (python3.pkgs.toPythonModule (radicale.override { inherit python3; })) + versionCheckHook which xandikos ]; checkPhase = '' runHook preCheck + runHook preInstallCheck pushd tests ./test_calendar-cli.sh popd runHook postCheck + runHook postInstallCheck ''; passthru.tests = {