mailmanPackages.web: apply allauth fix
This commit is contained in:
parent
91bbbbabe0
commit
09e0a34f92
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue