Merge pull request #274788 from NickCao/xandikos

python311Packages.caldav: override xandikos to use the same python version
This commit is contained in:
Robert Schütz 2023-12-16 19:08:39 -08:00 committed by GitHub
commit 7ba6b0ea00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,12 @@
, lxml
, pytestCheckHook
, pythonOlder
, python
, pytz
, recurring-ical-events
, requests
, setuptools
, toPythonModule
, tzlocal
, vobject
, xandikos
@ -44,7 +46,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
xandikos
(toPythonModule (xandikos.override { python3Packages = python.pkgs; }))
];
pythonImportsCheck = [ "caldav" ];