dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0d549705df5044165bca58f98a27d8973222800b
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
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"