Get glib, gtk+, harfbuzz and pango working on Darwin

This commit is contained in:
John Wiegley
2014-05-12 16:53:11 -05:00
parent 7d1d270a7a
commit 61b94dff81
5 changed files with 18 additions and 8 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig gettext perl python ];
propagatedBuildInputs = [ pcre zlib libffi ] ++ libiconvOrEmpty ++ libintlOrEmpty;
propagatedBuildInputs = [ pcre zlib libffi ]
++ optional (!stdenv.isDarwin) libiconvOrEmpty
++ libintlOrEmpty;
configureFlags =
optional stdenv.isDarwin "--disable-compile-warnings"