Commit 578baae4 authored by Lorenz Leutgeb's avatar Lorenz Leutgeb Committed by Alyssa Ross
Browse files

nixos/mailman: Remove unused `extraPythonPackages`

parent 6820193c
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ in {
    (lib.mkRemovedOptionModule [ "services" "mailman" "package" ] ''
      Didn't have an effect for several years.
    '')
    (lib.mkRemovedOptionModule [ "services" "mailman" "extraPythonPackages" ] ''
      Didn't have an effect for several years.
    '')
  ];

  options = {
@@ -282,12 +285,6 @@ in {
        };
      };

      extraPythonPackages = lib.mkOption {
        description = "Packages to add to the python environment used by mailman and mailman-web";
        type = lib.types.listOf lib.types.package;
        default = [];
      };

      settings = lib.mkOption {
        description = "Settings for mailman.cfg";
        type = lib.types.attrsOf (lib.types.attrsOf lib.types.str);