summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 14:07:37 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:05:25 +0200
commit0baff18099f0adcca85816279d7e18e3eadc4eeb (patch)
tree4c3a1f9cea760ef0d517e93247b0ebb2621aed1d
parentpython3Packages.django-q2: unpin hiredis, use redisTestHook (diff)
downloadnixpkgs-0baff18099f0adcca85816279d7e18e3eadc4eeb.tar.gz
mailman-web: drop patches on django-allauth, unpin hiredis
-rw-r--r--pkgs/servers/mail/mailman/python.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/pkgs/servers/mail/mailman/python.nix b/pkgs/servers/mail/mailman/python.nix
index 397362bd2e51..ffa3b18ea88b 100644
--- a/pkgs/servers/mail/mailman/python.nix
+++ b/pkgs/servers/mail/mailman/python.nix
@@ -36,19 +36,7 @@ lib.fix (
tag = new.version;
hash = "sha256-13/QbA//wyHE9yMB7Jy/sJEyqPKxiMN+CZwSc4U6okU=";
};
- }
- );
-
- # the redis python library only supports hiredis 3+ from version 5.1.0 onwards
- hiredis = super.hiredis.overrideAttrs (
- new:
- { src, ... }:
- {
- version = "3.1.0";
- src = src.override {
- tag = new.version;
- hash = "sha256-ID5OJdARd2N2GYEpcYOpxenpZlhWnWr5fAClAgqEgGg=";
- };
+ patches = [ ];
}
);
})