From 314d8b7d65b83379a8c79565167243ec6bfcc9ef Mon Sep 17 00:00:00 2001 From: Amadej Kastelic Date: Sat, 28 Jun 2025 21:58:59 +0200 Subject: [PATCH] ical2orgpy: fix build --- pkgs/by-name/ic/ical2orgpy/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ic/ical2orgpy/package.nix b/pkgs/by-name/ic/ical2orgpy/package.nix index 1c9a10598917..ac16557769bf 100644 --- a/pkgs/by-name/ic/ical2orgpy/package.nix +++ b/pkgs/by-name/ic/ical2orgpy/package.nix @@ -21,13 +21,14 @@ python3Packages.buildPythonApplication rec { dependencies = with python3Packages; [ click - future icalendar pytz tzlocal recurring-ical-events ]; + pythonRemoveDeps = [ "future" ]; + nativeCheckInputs = with python3Packages; [ freezegun pytestCheckHook