mailmanPackages.web: apply allauth fix

This commit is contained in:
Alyssa Ross 2023-10-10 12:09:39 +00:00
parent 91bbbbabe0
commit 09e0a34f92
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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