1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

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