cairo: build cairo-xlib even on Darwin

This commit is contained in:
Vincent Laporte 2016-04-19 18:05:40 +02:00
parent aaa9e85ae6
commit f3536f8ca0

View File

@ -32,8 +32,7 @@ stdenv.mkDerivation rec {
]);
propagatedBuildInputs =
with xorg; [ libXext fontconfig expat freetype pixman zlib libpng ]
++ optional (!stdenv.isDarwin) libXrender
with xorg; [ libXext fontconfig expat freetype pixman zlib libpng libXrender ]
++ optionals xcbSupport [ libxcb xcbutil ]
++ optional gobjectSupport glib
++ optional glSupport mesa_noglu