mailmanPackages.hyperkitty: fix build

Closes #177470
This commit is contained in:
Maximilian Bosch 2022-06-17 15:53:40 +02:00
parent dcaa5dca4f
commit e768893052
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -24,6 +24,12 @@ buildPythonPackage rec {
sha256 = "sha256-5XCrvyrDEqH3JryPMoOXSlVVDLQ+PdYBqwGYxkExdvk=";
includes = [ "hyperkitty/*" ];
})
# Fix for Python >=3.9.13
(fetchpatch {
url = "https://gitlab.com/mailman/hyperkitty/-/commit/3efe7507944dbdbfcfa4c182d332528712476b28.patch";
sha256 = "sha256-yXuhTbmfDiYEXEsnz+zp+xLHRqI4GtkOhGHN+37W0iQ=";
})
];
postPatch = ''