guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/45: gnu: fcitx: Include glib-or-gtk and python phases.


From: guix-commits
Subject: 04/45: gnu: fcitx: Include glib-or-gtk and python phases.
Date: Mon, 17 Aug 2020 07:39:17 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 9ba1c8f4c40c8a3f8cc2bd7bb75911a2b71475fb
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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]