webkitgtk: Enable hyphen again

This is enabled in mostly all distros and from what I saw when this
option is disabled hyphen is not packaged yet.

ref: b82874e6dc
ref: 86a760948b
This commit is contained in:
Bobby Rong 2024-09-18 22:08:20 +08:00
parent f968afe9f4
commit 093f67c9a9
No known key found for this signature in database

View File

@ -35,6 +35,7 @@
, libsecret
, libxslt
, harfbuzz
, hyphen
, libsysprof-capture
, libpthreadstubs
, nettle
@ -137,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
gst-plugins-bad
gst-plugins-base
harfbuzz
hyphen
libGL
libGLU
mesa # for libEGL headers
@ -206,7 +208,6 @@ stdenv.mkDerivation (finalAttrs: {
[
"-DENABLE_INTROSPECTION=ON"
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=OFF"
"-DUSE_SOUP2=${cmakeBool (lib.versions.major libsoup.version == "2")}"
"-DUSE_LIBSECRET=${cmakeBool withLibsecret}"
"-DENABLE_EXPERIMENTAL_FEATURES=${cmakeBool enableExperimental}"