[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
339/402: gnu: fcitx: Include glib-or-gtk and python phases.
From: |
guix-commits |
Subject: |
339/402: gnu: fcitx: Include glib-or-gtk and python phases. |
Date: |
Tue, 18 Aug 2020 16:48:19 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit a305e5b7d9b0f180046fff1b2d1b89dc52393c0c
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 00:12:38 2020 -0400
gnu: fcitx: Include glib-or-gtk and python phases.
* gnu/packages/fcitx.scm (fcitx) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/fcitx.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index 5e96e60..f267553 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -113,7 +113,9 @@ by the different predictive algorithms.")
(build-system cmake-build-system)
(outputs '("out" "gtk2" "gtk3"))
(arguments
- `(#:configure-flags
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:python? #t ; To wrap binaries
+ #:configure-flags
(list
"-DENABLE_GTK2_IM_MODULE=ON"
"-DENABLE_GTK3_IM_MODULE=ON"
- 317/402: gnu: wayland-protocols: Update package definition., (continued)
- 317/402: gnu: wayland-protocols: Update package definition., guix-commits, 2020/08/18
- 325/402: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/18
- 327/402: build-system/python: Also wrap executables that are in "libexec"., guix-commits, 2020/08/18
- 330/402: gnu: gnome: Revise package definition., guix-commits, 2020/08/18
- 331/402: gnu: Add gnome-minimal., guix-commits, 2020/08/18
- 334/402: build-system/cmake: Only include phases that are enabled., guix-commits, 2020/08/18
- 335/402: gnu: gdm: Fix elogind., guix-commits, 2020/08/18
- 336/402: gnu: flatpak: Fix build., guix-commits, 2020/08/18
- 337/402: gnu: at-spi2-core: Include python phases., guix-commits, 2020/08/18
- 338/402: gnu: dconf: Include python phases., guix-commits, 2020/08/18
- 339/402: gnu: fcitx: Include glib-or-gtk and python phases.,
guix-commits <=
- 340/402: gnu: gcr: Include python phases., guix-commits, 2020/08/18
- 342/402: gnu: gobject-introspection: Include python phases., guix-commits, 2020/08/18
- 343/402: gnu: graphene: Include python phases., guix-commits, 2020/08/18
- 344/402: gnu: gst-libav: Include python phases., guix-commits, 2020/08/18
- 349/402: gnu: libsecret: Include python phases., guix-commits, 2020/08/18
- 350/402: gnu: libsoup: Include python phases., guix-commits, 2020/08/18
- 352/402: gnu: openjpeg: Include python phases., guix-commits, 2020/08/18
- 355/402: gnu: wpebackend-fdo: Include glib-or-gtk phases., guix-commits, 2020/08/18
- 357/402: gnu: folks: Include python phases., guix-commits, 2020/08/18
- 356/402: gnu: babl: Include python phases., guix-commits, 2020/08/18