pythonPackages.alot: disable alot on python3 ...

... since upstream is only testing it on python2 and 0.3.7 release is
currently broken on python3
This commit is contained in:
Rok Garbas 2016-11-20 18:31:03 +01:00
parent 010aebd5ac
commit b3608c378c

View file

@ -767,6 +767,8 @@ in {
rev = "0.3.7";
name = "alot-${rev}";
disabled = isPy3k;
src = pkgs.fetchFromGitHub {
owner = "pazz";
repo = "alot";