pythonPackages.remotecv: mark broken

pillow no longer supports truncated images
This commit is contained in:
Jonathan Ringer 2019-12-24 09:51:55 -08:00 committed by Frederik Rietdijk
parent 2ab313317b
commit 37070fcd11

View File

@ -34,5 +34,6 @@ buildPythonPackage rec {
homepage = https://github.com/thumbor/remotecv/wiki;
license = licenses.mit;
maintainers = with maintainers; [ jluttine ];
broken = true; # no longer compatible with latest pillow
};
}