Loading pkgs/development/python-modules/caldav/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,12 @@ , lxml , pytestCheckHook , pythonOlder , python , pytz , recurring-ical-events , requests , setuptools , toPythonModule , tzlocal , vobject , xandikos Loading Loading @@ -44,7 +46,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook xandikos (toPythonModule (xandikos.override { python3Packages = python.pkgs; })) ]; pythonImportsCheck = [ "caldav" ]; Loading Loading
pkgs/development/python-modules/caldav/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,10 +5,12 @@ , lxml , pytestCheckHook , pythonOlder , python , pytz , recurring-ical-events , requests , setuptools , toPythonModule , tzlocal , vobject , xandikos Loading Loading @@ -44,7 +46,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook xandikos (toPythonModule (xandikos.override { python3Packages = python.pkgs; })) ]; pythonImportsCheck = [ "caldav" ]; Loading