forked from mirrors/nixpkgs
python3.pkgs.mailman: core.nix -> default.nix
The actual upstream "mailman" name just refers to this, so we should use the Nixpkgs convention of default.nix.
This commit is contained in:
parent
89b311fa4d
commit
0b9bfc0132
|
@ -817,7 +817,7 @@ in {
|
|||
|
||||
mail-parser = callPackage ../development/python-modules/mail-parser { };
|
||||
|
||||
mailman = disabledIf (!isPy3k) (callPackage ../servers/mail/mailman/core.nix { });
|
||||
mailman = disabledIf (!isPy3k) (callPackage ../servers/mail/mailman { });
|
||||
|
||||
mailman-web = disabledIf (!isPy3k) (callPackage ../servers/mail/mailman/web.nix { });
|
||||
|
||||
|
|
Loading…
Reference in a new issue