summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz/default.nix
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-06-01 05:51:16 +0000
committerJohn Wiegley <johnw@newartisans.com>2014-06-01 05:54:23 +0000
commite719f64a053d03362957c8ef8087f25a58eb17d4 (patch)
treec885efa3eb93ce558ecefb9788871eb1bbbdede1 /pkgs/development/libraries/harfbuzz/default.nix
parent2481a71c3c745b4070b89dc37832dc45e9be1382 (diff)
downloadnixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.tar
nixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.tar.gz
nixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.tar.bz2
nixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.tar.lz
nixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.tar.xz
nixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.tar.zst
nixlib-e719f64a053d03362957c8ef8087f25a58eb17d4.zip
graphite2: fix #2800 by setting INSTALL_NAME_DIR
Diffstat (limited to 'pkgs/development/libraries/harfbuzz/default.nix')
-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 9cdd2a275bff..2e596b17af3d 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 ? !stdenv.isDarwin # it is small and major distros do include it
+, withGraphite2 ? true # it is small and major distros do include it
 }:
 
 # TODO: split non-icu and icu lib into different outputs?