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
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, glib, freetype, cairo, libintlOrEmpty
, icu, graphite2
, withIcu ? false # recommended by upstream as default, but most don't needed and it's big
, withGraphite2 ? true # it is small and major distros do include it
, withGraphite2 ? !stdenv.isDarwin # it is small and major distros do include it
}:
# TODO: split non-icu and icu lib into different outputs?