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";
|
rev = "0.3.7";
|
||||||
name = "alot-${rev}";
|
name = "alot-${rev}";
|
||||||
|
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "pazz";
|
owner = "pazz";
|
||||||
repo = "alot";
|
repo = "alot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user