diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-06-17 15:53:40 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-17 21:00:03 +0000 |
| commit | 50d63d1664f572981430fc7ed15088440e3bc33b (patch) | |
| tree | 14e2b9b6486b843470aad71e3a73c57a92d253fb | |
| parent | linuxPackages.system76-io: 1.0.1 -> 1.0.2 (diff) | |
| download | nixpkgs-50d63d1664f572981430fc7ed15088440e3bc33b.tar.gz | |
mailmanPackages.hyperkitty: fix build
Closes #177470
(cherry picked from commit e768893052bcba2f85c41f30cfbdbd647f76b590)
| -rw-r--r-- | pkgs/servers/mail/mailman/hyperkitty.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/servers/mail/mailman/hyperkitty.nix b/pkgs/servers/mail/mailman/hyperkitty.nix index c10f2c1ba757..2b8959a8f37b 100644 --- a/pkgs/servers/mail/mailman/hyperkitty.nix +++ b/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 = '' |
