fix build backend to uv-build

This commit is contained in:
2026-05-28 01:05:48 +02:00
parent febfeb61f4
commit 8f38158c61

View File

@@ -131,7 +131,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-IDTSGsHQ8cCFvgSO7pDbSSHVNV0OIjjoEN9ZfkaPAvk="; hash = "sha256-IDTSGsHQ8cCFvgSO7pDbSSHVNV0OIjjoEN9ZfkaPAvk=";
}; };
build-system = [ python3Packages.hatchling ]; build-system = [ python3Packages.uv-build ];
dependencies = with python3Packages; [ dependencies = with python3Packages; [
mcp httpx pillow icalendar pydantic click caldav pyjwt mcp httpx pillow icalendar pydantic click caldav pyjwt