unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40391@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#40391] [PATCH 2/6] gnu: ibus: Make some inputs native.
Date: Thu,  2 Apr 2020 21:15:29 +0200	[thread overview]
Message-ID: <20200402191533.7517-2-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20200402191533.7517-1-vincent.legoll@gmail.com>

* gnu/packages/ibus.scm (ibus)[inputs]: Move gettext from here...
[native-inputs]: ...to here.
---
 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 12a8d6758f..3782f390de 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@disroot.org>
 ;;; Copyright © 2020 kanichos <kanichos@yandex.ru>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; 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)
-- 
2.26.0

  reply	other threads:[~2020-04-02 19:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 19:14 [bug#40391] [PATCH 0/6] Make some more inputs native Vincent Legoll
2020-04-02 19:15 ` [bug#40391] [PATCH 1/6] gnu: a2ps: Make some " Vincent Legoll
2020-04-02 19:15   ` Vincent Legoll [this message]
2020-04-02 19:15   ` [bug#40391] [PATCH 3/6] gnu: gdb: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 4/6] gnu: c-reduce: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 5/6] gnu: ell: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 6/6] gnu: dico: " Vincent Legoll
2020-04-03 18:01 ` [bug#40391] bad indent Vincent Legoll
2020-04-04 10:51 ` [bug#40391] [PATCH 0/6] Make some more inputs native Mathieu Othacehe
2020-04-04 16:01   ` Vincent Legoll
2020-04-04 17:51     ` Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200402191533.7517-2-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=40391@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).