Skip to content

Commit

Permalink
python-mailmanclient: this package builds only with Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Sep 22, 2019
1 parent 2e42186 commit df74899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -717,7 +717,7 @@ in {

mailman-web = disabledIf (!isPy3k) (callPackage ../servers/mail/mailman/web.nix { });

mailmanclient = callPackage ../development/python-modules/mailmanclient { };
mailmanclient = disabledIf (!isPy3k) (callPackage ../development/python-modules/mailmanclient { });

mailman-hyperkitty = callPackage ../development/python-modules/mailman-hyperkitty { };

Expand Down

0 comments on commit df74899

Please sign in to comment.