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:
Alyssa Ross 2019-10-20 02:26:14 +00:00
parent 89b311fa4d
commit 0b9bfc0132
2 changed files with 1 additions and 1 deletions

View file

@ -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 { });