about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-24 09:51:55 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:53 +0100
commit37070fcd116e560ac35effe7b172c13e072ae3b2 (patch)
tree70428c04a45c0a9b6eba571914580a90c76dea67
parent2ab313317bc6998c3be979ae20939fbbd14a7a98 (diff)
downloadnixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.tar
nixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.tar.gz
nixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.tar.bz2
nixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.tar.lz
nixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.tar.xz
nixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.tar.zst
nixlib-37070fcd116e560ac35effe7b172c13e072ae3b2.zip
pythonPackages.remotecv: mark broken
pillow no longer supports truncated images
-rw-r--r--pkgs/development/python-modules/remotecv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/remotecv/default.nix b/pkgs/development/python-modules/remotecv/default.nix
index a4d1dcc485ec..5c401fe799b5 100644
--- a/pkgs/development/python-modules/remotecv/default.nix
+++ b/pkgs/development/python-modules/remotecv/default.nix
@@ -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
   };
 }