feat: add nextcloud-mcp-server with 20 inlined Python deps #1
@@ -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; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user