mailman: pin to python312 for django 4.2 support

This commit is contained in:
Martin Weinelt
2025-12-26 17:46:53 +01:00
parent 4cae5fd1d2
commit bc05bb5851
+2 -2
View File
@@ -1,7 +1,7 @@
{
newScope,
lib,
python3,
python312,
}:
let
@@ -13,7 +13,7 @@ let
{
callPackage = newScope self;
python3 = callPackage ./python.nix { inherit python3; };
python3 = callPackage ./python.nix { python3 = python312; };
hyperkitty = callPackage ./hyperkitty.nix { };