mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Pillow requires lcms2 with python2.7 too
This commit is contained in:
parent
7ed1fb30e2
commit
d88f704516
1 changed files with 1 additions and 1 deletions
|
@ -8477,7 +8477,7 @@ let
|
|||
|
||||
buildInputs = with self; [
|
||||
pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl ]
|
||||
++ optionals (isPy26 || isPy33 || isPyPy) [ pkgs.lcms2 ]
|
||||
++ optionals (isPy26 || isPy27 || isPy33 || isPyPy) [ pkgs.lcms2 ]
|
||||
++ optionals (isPyPy) [ pkgs.tk pkgs.xlibs.libX11 ];
|
||||
|
||||
# NOTE: we use LCMS_ROOT as WEBP root since there is not other setting for webp.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue