dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0b40198c27c0db6a30d95fa33c0b836354d8c6f7
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 05:58:24 2020 -0400
gnu: wpewebkit: Include glib-or-gtk and python phases.
* gnu/packages/webkit.scm (wpewebkit) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/webkit.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 0725363..4fc1b7c 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -137,7 +137,9 @@ WebKit engine that uses Wayland for graphics output.")
(build-system cmake-build-system)
(outputs '("out" "doc"))
(arguments
- `(#:tests? #f ; XXX: To be enabled
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
+ #:tests? #f ; XXX: To be enabled
#:configure-flags
(list
"-DPORT=WPE"