[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
217/265: gnu: webkitgtk: Include glib-or-gtk and python phases.
From: |
guix-commits |
Subject: |
217/265: gnu: webkitgtk: Include glib-or-gtk and python phases. |
Date: |
Wed, 19 Aug 2020 13:09:36 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 58c1e169db27e6660cc68f639519068ddb4ea678
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <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 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"
- 226/265: gnu: grilo: Include python phases., (continued)
- 226/265: gnu: grilo: Include python phases., guix-commits, 2020/08/19
- 228/265: gnu: libpeas: Include python phases., guix-commits, 2020/08/19
- 231/265: gnu: tracker: Include python phases., guix-commits, 2020/08/19
- 234/265: gnu: gnome-control-center: Include python phases., guix-commits, 2020/08/19
- 237/265: gnu: mutter: Include python phases., guix-commits, 2020/08/19
- 239/265: gnu: totem: Include python phases., guix-commits, 2020/08/19
- 197/265: build-system/cmake: Only include phases that are enabled., guix-commits, 2020/08/19
- 198/265: gnu: gdm: Fix elogind., guix-commits, 2020/08/19
- 199/265: gnu: flatpak: Fix build., guix-commits, 2020/08/19
- 206/265: gnu: graphene: Include python phases., guix-commits, 2020/08/19
- 217/265: gnu: webkitgtk: Include glib-or-gtk and python phases.,
guix-commits <=
- 212/265: gnu: libsecret: Include python phases., guix-commits, 2020/08/19
- 216/265: gnu: pango: Include python phases., guix-commits, 2020/08/19
- 211/265: gnu: libnotify: Include python phases., guix-commits, 2020/08/19
- 220/265: gnu: folks: Include python phases., guix-commits, 2020/08/19
- 227/265: gnu: libchamplain: Include python phases., guix-commits, 2020/08/19
- 204/265: gnu: glib: Include python phases., guix-commits, 2020/08/19
- 221/265: gnu: gegl: Include glib-or-gtk and python phases., guix-commits, 2020/08/19
- 229/265: gnu: network-manager: Include python phases., guix-commits, 2020/08/19
- 232/265: gnu: gnome-boxes: Include python phases., guix-commits, 2020/08/19
- 235/265: gnu: gnome-settings-daemon: Include python phases., guix-commits, 2020/08/19