dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0f066b5be3383912c988827e412678ac7bb033a8
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:46:52 2020 -0400
gnu: webkitgtk: Include glib-or-gtk and python phases.
* gnu/packages/webkit.scm (webkitgtk) [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 a94fa7e..3e5f5e2 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -239,7 +239,9 @@ acceleration in mind, leveraging common 3D graphics APIs
for best performance.")
(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=GTK"