summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-08-17 01:49:01 -0400
committerDanny Milosavljevic <dannym@scratchpost.org>2020-08-19 19:04:05 +0200
commit51f4b6a6d746e7d308e34d96d1ee397fe0cd2838 (patch)
tree7589ac23d41570b8be9a0e10edd3fbf944facac6
parent58c1e169db27e6660cc68f639519068ddb4ea678 (diff)
downloadguix-51f4b6a6d746e7d308e34d96d1ee397fe0cd2838.tar.gz
gnu: wpebackend-fdo: Include glib-or-gtk phases.
* gnu/packages/webkit.scm (wpebackend-fdo) [arguments]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r--gnu/packages/webkit.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3e5f5e2e8a..07253634a0 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -106,7 +106,8 @@ the WPE-flavored port of WebKit.")
         (base32 "1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f))                    ;no tests
+     `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+       #:tests? #f))                    ;no tests
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs