Removed Xrender from cairo and add fontconfig to pango on Darwin: this fixes the compilation of graphviz and imagemagick on these platforms

This commit is contained in:
Sander van der Burg
2013-03-14 15:18:55 +01:00
parent 23c78e41db
commit ccb2c7ebb7
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
};
buildInputs =
[ pkgconfig x11 fontconfig xlibs.libXrender ]
[ pkgconfig x11 fontconfig ]
++ stdenv.lib.optional (!stdenv.isDarwin) xlibs.libXrender
++ stdenv.lib.optionals xcbSupport [ libxcb xcbutil ]
# On non-GNU systems we need GNU Gettext for libintl.