mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python311Packages.caldav: override xandikos to use the same python version
This commit is contained in:
parent
174fc675c8
commit
698fa67a75
@ -5,10 +5,12 @@
|
|||||||
, lxml
|
, lxml
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, python
|
||||||
, pytz
|
, pytz
|
||||||
, recurring-ical-events
|
, recurring-ical-events
|
||||||
, requests
|
, requests
|
||||||
, setuptools
|
, setuptools
|
||||||
|
, toPythonModule
|
||||||
, tzlocal
|
, tzlocal
|
||||||
, vobject
|
, vobject
|
||||||
, xandikos
|
, xandikos
|
||||||
@ -44,7 +46,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
xandikos
|
(toPythonModule (xandikos.override { python3Packages = python.pkgs; }))
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "caldav" ];
|
pythonImportsCheck = [ "caldav" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user