lol

Merge pull request #274788 from NickCao/xandikos

python311Packages.caldav: override xandikos to use the same python version

authored by

Robert Schütz and committed by
GitHub
7ba6b0ea e7512010

+3 -1
+3 -1
pkgs/development/python-modules/caldav/default.nix
··· 5 5 , lxml 6 6 , pytestCheckHook 7 7 , pythonOlder 8 + , python 8 9 , pytz 9 10 , recurring-ical-events 10 11 , requests 11 12 , setuptools 13 + , toPythonModule 12 14 , tzlocal 13 15 , vobject 14 16 , xandikos ··· 44 46 45 47 nativeCheckInputs = [ 46 48 pytestCheckHook 47 - xandikos 49 + (toPythonModule (xandikos.override { python3Packages = python.pkgs; })) 48 50 ]; 49 51 50 52 pythonImportsCheck = [ "caldav" ];