Merge pull request #178025 from Ma27/fix-hyperkitty

mailmanPackages.hyperkitty: fix build
main
Linus Heckemann 2 years ago committed by GitHub
commit 9226283fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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