about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-05-12 16:53:11 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-05-12 16:53:11 -0500
commit61b94dff81d11b85b7300b5f517344ac6808b395 (patch)
tree6fb690a317b0bb6b32d07b1374b063900073bf3b /pkgs/development/libraries/harfbuzz
parent7d1d270a7a25e6ad7d7fc2ad44d2db91185e0721 (diff)
Get glib, gtk+, harfbuzz and pango working on Darwin
Diffstat (limited to 'pkgs/development/libraries/harfbuzz')
-rw-r--r--pkgs/development/libraries/harfbuzz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix
index 2e596b17af3d5..9cdd2a275bff8 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -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?