From e96bad849d5e0e3f1ab1debf63aad80286cf3285 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 14 May 2023 03:02:19 +0200 Subject: [PATCH] mailmanPackages.hyperkitty: fix tests Probably broken in the last beautifulsoup4 bump. --- pkgs/servers/mail/mailman/hyperkitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/mail/mailman/hyperkitty.nix b/pkgs/servers/mail/mailman/hyperkitty.nix index c55104345989..924accbecfa2 100644 --- a/pkgs/servers/mail/mailman/hyperkitty.nix +++ b/pkgs/servers/mail/mailman/hyperkitty.nix @@ -66,7 +66,7 @@ buildPythonPackage rec { elasticsearch mock whoosh - ]; + ] ++ beautifulsoup4.optional-dependencies.lxml; checkPhase = '' cd $NIX_BUILD_TOP/$sourceRoot