pythonPackages.remotecv: mark broken
pillow no longer supports truncated images
This commit is contained in:
parent
2ab313317b
commit
37070fcd11
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ buildPythonPackage rec {
|
||||||
homepage = https://github.com/thumbor/remotecv/wiki;
|
homepage = https://github.com/thumbor/remotecv/wiki;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jluttine ];
|
maintainers = with maintainers; [ jluttine ];
|
||||||
|
broken = true; # no longer compatible with latest pillow
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue