python34 pillow: add build input lcms2
This commit is contained in:
parent
8c44d5bea3
commit
02fdd9162e
@ -15375,7 +15375,7 @@ in modules // {
|
||||
|
||||
buildInputs = with self; [
|
||||
pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl nose ]
|
||||
++ optionals (isPy26 || isPy27 || isPy33 || isPyPy) [ pkgs.lcms2 ]
|
||||
++ optionals (isPy26 || isPy27 || isPy33 || isPy34 || isPyPy) [ pkgs.lcms2 ]
|
||||
++ optionals (isPyPy) [ pkgs.tk pkgs.xorg.libX11 ];
|
||||
|
||||
# NOTE: we use LCMS_ROOT as WEBP root since there is not other setting for webp.
|
||||
|
Loading…
x
Reference in New Issue
Block a user