mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #13806 from ashgillman/fix-pillow-34
python34 pillow: add build input lcms2
This commit is contained in:
commit
b1274ee475
@ -15374,8 +15374,7 @@ in modules // {
|
||||
doCheck = false;
|
||||
|
||||
buildInputs = with self; [
|
||||
pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl nose ]
|
||||
++ optionals (isPy26 || isPy27 || isPy33 || isPyPy) [ pkgs.lcms2 ]
|
||||
pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl nose 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…
Reference in New Issue
Block a user