Skip to content

Commit

Permalink
Pillow requires lcms2 with python2.7 too
Browse files Browse the repository at this point in the history
  • Loading branch information
ip1981 committed May 27, 2015
1 parent 7ed1fb3 commit d88f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -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.
Expand Down

0 comments on commit d88f704

Please sign in to comment.