1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.thumbor: mark as broken under Python 3

This commit is contained in:
Vaibhav Sagar 2018-03-19 15:49:28 +08:00
parent 734323872a
commit d8c26c0db7

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