python pillow: fix expression for python3.3
This commit is contained in:
parent
69d3adbf3d
commit
eacaba303f
@ -7418,7 +7418,7 @@ let
|
|||||||
|
|
||||||
buildInputs = with self; [
|
buildInputs = with self; [
|
||||||
pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl ]
|
pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl ]
|
||||||
++ optionals (isPy26 || isPyPy) [ pkgs.lcms2 ]
|
++ optionals (isPy26 || isPy33 || isPyPy) [ pkgs.lcms2 ]
|
||||||
++ optionals (isPyPy) [ pkgs.tk pkgs.xlibs.libX11 ];
|
++ optionals (isPyPy) [ pkgs.tk pkgs.xlibs.libX11 ];
|
||||||
|
|
||||||
# NOTE: we use LCMS_ROOT as WEBP root since there is not other setting for webp.
|
# NOTE: we use LCMS_ROOT as WEBP root since there is not other setting for webp.
|
||||||
|
Loading…
Reference in New Issue
Block a user