feat: add nextcloud-mcp-server with 20 inlined Python deps #1

Merged
luis merged 29 commits from :main into main 2026-05-28 08:55:26 +02:00
Showing only changes of commit fdfdc63883 - Show all commits

View File

@@ -123,7 +123,7 @@ let
meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; };
};
caldav = fetchWheel {
pname = "caldav"; version = "3.2.0"; hash = lib.fakeHash;
pname = "caldav"; version = "3.2.0"; hash = "sha256-OTYfRgqWWZuOTvu91xE4Ktsbvo/CeOrEZQ8jy2FV7KU=";
propagatedBuildInputs = with python3Packages; [ httpx icalendar python-dateutil ];
meta = with lib; { description = "CalDAV client"; homepage = "https://github.com/python-caldav/caldav"; license = licenses.asl20; };
};