summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/mail/mailman
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-10 12:09:39 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-11 20:20:20 +0000
commit09e0a34f92cb8145a8e1dd24b367af9ca9d4dbf9 (patch)
tree3d3597ee7b263148cbfaee0edf24ecfc45abfade /pkgs/servers/mail/mailman
parent91bbbbabe03f6ec4c1d953e0c13c9eb09925bc37 (diff)
mailmanPackages.web: apply allauth fix
Diffstat (limited to 'pkgs/servers/mail/mailman')
-rw-r--r--pkgs/servers/mail/mailman/web.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix
index ed5c267ad0c2..21fa64085d57 100644
--- a/pkgs/servers/mail/mailman/web.nix
+++ b/pkgs/servers/mail/mailman/web.nix
@@ -1,4 +1,4 @@
-{ lib, python3, fetchPypi
+{ lib, python3, fetchPypi, fetchpatch
, sassc, hyperkitty, postorius
}:
@@ -14,6 +14,13 @@ buildPythonPackage rec {
sha256 = "sha256-UWdqrcx529r6kwgf0YEHiDrpZlGoUBR6OdYtHMTPMGY=";
};
+ patches = [
+ (fetchpatch {
+ url = "https://gitlab.com/mailman/mailman-web/-/commit/448bba249d39c09c0cef5e059415cc07a3ce569c.patch";
+ hash = "sha256-rs1vaV4YyLyJ0+EGY70CirvjArpGQr29DOTvgj68wgs=";
+ })
+ ];
+
postPatch = ''
# Django is depended on transitively by hyperkitty and postorius,
# and mailman_web has overly restrictive version bounds on it, so