mailmanPackages.hyperkitty: fix build

Closes #177470
main
Maximilian Bosch 2 years ago
parent dcaa5dca4f
commit e768893052
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 6
      pkgs/servers/mail/mailman/hyperkitty.nix

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

Loading…
Cancel
Save