Merge pull request #37363 from vaibhavsagar/break-thumbor-python3

pythonPackages.thumbor: mark as broken under Python 3
This commit is contained in:
Robert Schütz 2018-03-19 10:26:57 +01:00 committed by GitHub
commit 67f2d3e2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";