harfbuzz: no longer need to guard withGraphite2 on darwin
This commit is contained in:
parent
6f8f3d64ff
commit
9aac793c49
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user