guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ibus: Make some inputs native.


From: guix-commits
Subject: 02/02: gnu: ibus: Make some inputs native.
Date: Sat, 4 Apr 2020 06:47:41 -0400 (EDT)

mothacehe pushed a commit to branch staging
in repository guix.

commit e89986c8e363740f01d0f68ddf2af5b8d9689f56
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Apr 4 12:08:07 2020 +0200

    gnu: ibus: Make some inputs native.
    
    * gnu/packages/ibus.scm (ibus)[inputs]: Move gettext from here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/ibus.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 12a8d67..3782f39 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Meiyo Peng <address@hidden>
 ;;; Copyright © 2020 kanichos <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -140,7 +141,6 @@
        ("gconf" ,gconf)
        ("gtk2" ,gtk+-2)
        ("gtk+" ,gtk+)
-       ("gettext" ,gnu-gettext)
        ("json-glib" ,json-glib)
        ("libnotify" ,libnotify)
        ("libx11" ,libx11)
@@ -152,6 +152,7 @@
        ("python" ,python)))
     (native-inputs
      `(("glib" ,glib "bin") ; for glib-genmarshal
+       ("gettext" ,gnu-gettext)
        ("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
        ("ucd" ,ucd)
        ("unicode-emoji" ,unicode-emoji)



reply via email to

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