pythonPackages.thumbor: mark as broken under Python 3
This commit is contained in:
parent
734323872a
commit
d8c26c0db7
@ -7,6 +7,8 @@ buildPythonPackage rec {
|
||||
pname = "thumbor";
|
||||
version = "6.4.2";
|
||||
|
||||
disabled = isPy3k; # see https://github.com/thumbor/thumbor/issues/1004
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0y9mf78j80vjh4y0xvgnybc1wqfcwm5s19xhsfgkn12hh8pmh14d";
|
||||
|
Loading…
Reference in New Issue
Block a user