forked from mirrors/nixpkgs
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:
parent
010aebd5ac
commit
b3608c378c
|
@ -767,6 +767,8 @@ in {
|
|||
rev = "0.3.7";
|
||||
name = "alot-${rev}";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "pazz";
|
||||
repo = "alot";
|
||||
|
|
Loading…
Reference in a new issue