dannym pushed a commit to branch wip-desktop
in repository guix.
commit 6701c7cc2729e8145ff8c92e0513815a3cd5504e
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:49:01 2020 -0400
gnu: wpebackend-fdo: Include glib-or-gtk phases.
* gnu/packages/webkit.scm (wpebackend-fdo) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/webkit.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3e5f5e2..0725363 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