[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/45: gnu: wpewebkit: Include glib-or-gtk and python phases.
From: |
guix-commits |
Subject: |
44/45: gnu: wpewebkit: Include glib-or-gtk and python phases. |
Date: |
Mon, 17 Aug 2020 07:39:29 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 44291787fa128e8b7957d4d92c0b4a778761bd1d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
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 be48e3d..2784e2a 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"
- 22/45: gnu: folks: Include python phases., (continued)
- 22/45: gnu: folks: Include python phases., guix-commits, 2020/08/17
- 28/45: gnu: grilo: Include python phases., guix-commits, 2020/08/17
- 29/45: gnu: libchamplain: Include python phases., guix-commits, 2020/08/17
- 30/45: gnu: libpeas: Include python phases., guix-commits, 2020/08/17
- 34/45: gnu: gnome-boxes: Include python phases., guix-commits, 2020/08/17
- 33/45: gnu: tracker: Include python phases., guix-commits, 2020/08/17
- 36/45: gnu: gnome-control-center: Include python phases., guix-commits, 2020/08/17
- 18/45: gnu: pango: Include python phases., guix-commits, 2020/08/17
- 23/45: gnu: gegl: Include glib-or-gtk and python phases., guix-commits, 2020/08/17
- 37/45: gnu: gnome-settings-daemon: Include python phases., guix-commits, 2020/08/17
- 44/45: gnu: wpewebkit: Include glib-or-gtk and python phases.,
guix-commits <=
- 45/45: gnu: libcamera: Include python phases., guix-commits, 2020/08/17
- 40/45: gnu: nautilus: Include python phases., guix-commits, 2020/08/17
- 43/45: gnu: mediasdk: Include python phases., guix-commits, 2020/08/17
- 41/45: gnu: totem: Include python phases., guix-commits, 2020/08/17
- 42/45: gnu: ccextractor: Include python phases., guix-commits, 2020/08/17