Unverified Commit 093f67c9 authored by Bobby Rong's avatar Bobby Rong
Browse files

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: b82874e6
ref: 86a76094
parent f968afe9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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}"