guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ibus-libpinyin: Add GTK+ and Glib inputs.


From: Ricardo Wurmus
Subject: 01/01: gnu: ibus-libpinyin: Add GTK+ and Glib inputs.
Date: Wed, 07 Oct 2015 06:56:37 +0000

rekado pushed a commit to branch master
in repository guix.

commit dedaf7ac742f4edb28977d9fd4dc06b104f8f785
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 7 08:52:41 2015 +0200

    gnu: ibus-libpinyin: Add GTK+ and Glib inputs.
    
    * gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+.
      [native-inputs]: Add glib:bin.
---
 gnu/packages/ibus.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 97b6569..770d7ff 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -143,12 +143,14 @@ may also simplify input method development.")
       ("bdb" ,bdb)
       ("sqlite" ,sqlite)
       ("python" ,python-2)
-      ("pyxdg" ,python2-pyxdg)))
+      ("pyxdg" ,python2-pyxdg)
+      ("gtk+" ,gtk+)))
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("intltool" ,intltool)
       ("autoconf" ,autoconf)
       ("automake" ,automake)
+      ("glib" ,glib "bin")
       ("libtool" ,libtool)))
    (synopsis "Chinese Pinyin and ZhuYin input methods for IBus")
    (description



reply via email to

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