mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
cairo: build cairo-xlib even on Darwin
This commit is contained in:
parent
aaa9e85ae6
commit
f3536f8ca0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user