[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/265: gnu: wpebackend-fdo: Include glib-or-gtk phases.
From: |
guix-commits |
Subject: |
218/265: gnu: wpebackend-fdo: Include glib-or-gtk phases. |
Date: |
Wed, 19 Aug 2020 13:09:37 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 51f4b6a6d746e7d308e34d96d1ee397fe0cd2838
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
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
- 188/265: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., (continued)
- 188/265: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/19
- 190/265: build-system/python: Also wrap executables that are in "libexec"., guix-commits, 2020/08/19
- 192/265: build-system/cmake: Wrap Python executables, too., guix-commits, 2020/08/19
- 158/265: gnu: gnome-keyring: Update package definition., guix-commits, 2020/08/19
- 170/265: gnu: gnome-user-docs: Update package definition., guix-commits, 2020/08/19
- 184/265: gnu: gjs: Update package definition., guix-commits, 2020/08/19
- 194/265: gnu: Add gnome-minimal., guix-commits, 2020/08/19
- 195/265: gnu: opencv: Fix build with new version of jasper., guix-commits, 2020/08/19
- 196/265: build-system/meson: Only include phases that are enabled., guix-commits, 2020/08/19
- 200/265: gnu: at-spi2-core: Include python phases., guix-commits, 2020/08/19
- 218/265: gnu: wpebackend-fdo: Include glib-or-gtk phases.,
guix-commits <=
- 222/265: gnu: geocode-glib: Include python phases., guix-commits, 2020/08/19
- 223/265: gnu: gexiv2: Include python phases., guix-commits, 2020/08/19
- 224/265: gnu: gom: Include python phases., guix-commits, 2020/08/19
- 165/265: gnu: gnome-settings-daemon: Update package definition., guix-commits, 2020/08/19
- 172/265: gnu: gnome-weather: Update package definition., guix-commits, 2020/08/19
- 173/265: gnu: nautilus: Update package definition., guix-commits, 2020/08/19
- 178/265: gnu: libmusicbrainz: Propagate inputs., guix-commits, 2020/08/19
- 182/265: gnu: wayland-protocols: Update package definition., guix-commits, 2020/08/19
- 203/265: gnu: gcr: Include python phases., guix-commits, 2020/08/19
- 191/265: build-system/meson: Wrap Python executables, too., guix-commits, 2020/08/19