From b52d40b8671322a492676fd07eaa8bbabc886123 Mon Sep 17 00:00:00 2001 From: schnusch Date: Tue, 5 Sep 2023 23:38:47 +0200 Subject: [PATCH] xandikos: replace prometheus-client with aiohttp-openmetrics see https://github.com/jelmer/xandikos/commit/d5da74ad098b6fc42462a1c3974c229dcb7a35de --- pkgs/servers/xandikos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/xandikos/default.nix b/pkgs/servers/xandikos/default.nix index f6afb09819f..562345db9c1 100644 --- a/pkgs/servers/xandikos/default.nix +++ b/pkgs/servers/xandikos/default.nix @@ -17,12 +17,12 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ aiohttp + aiohttp-openmetrics dulwich defusedxml icalendar jinja2 multidict - prometheus-client ]; passthru.tests.xandikos = nixosTests.xandikos;