Skip to content

Commit

Permalink
mailmanPackages: use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 10, 2024
1 parent 7865013 commit 9f5ed7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11743,11 +11743,7 @@ with pkgs;
nodejs = nodejs_18;
};

mailmanPackages = callPackage ../servers/mail/mailman {
# Hyperkitty test fails with 3.12:
# https://gitlab.com/mailman/hyperkitty/-/issues/514
python3 = python311;
};
mailmanPackages = callPackage ../servers/mail/mailman { };
inherit (mailmanPackages) mailman mailman-hyperkitty;
mailman-web = mailmanPackages.web;

Expand Down

0 comments on commit 9f5ed7c

Please sign in to comment.