Merge pull request #7992 from ip1981/mwlib

Added mwlib services
This commit is contained in:
lethalman
2015-05-27 16:59:57 +02:00
3 changed files with 260 additions and 1 deletions
+1 -1
View File
@@ -8550,7 +8550,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.