mailmanPackages.hyperkitty: apply allauth fix

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

View File

@ -1,6 +1,7 @@
{ lib
, python3
, fetchPypi
, fetchpatch
}:
with python3.pkgs;
@ -17,6 +18,10 @@ buildPythonPackage rec {
patches = [
./0001-Disable-broken-test_help_output-testcase.patch
(fetchpatch {
url = "https://gitlab.com/mailman/hyperkitty/-/commit/5bb394662882bfc73c3e877458da44343aa06922.patch";
hash = "sha256-9vcY6nu3txDftH6aYpdh9qSrLzZceGjVFxuD1Ux18gw=";
})
];
postPatch = ''