guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: IBus: Build with 'gettext-minimal'.


From: guix-commits
Subject: branch staging updated: gnu: IBus: Build with 'gettext-minimal'.
Date: Sat, 04 Apr 2020 09:50:44 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 18705a5  gnu: IBus: Build with 'gettext-minimal'.
18705a5 is described below

commit 18705a507da60ad9f9d03d2dbbaa127cedca3716
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Apr 4 15:50:31 2020 +0200

    gnu: IBus: Build with 'gettext-minimal'.
    
    * gnu/packages/ibus.scm (ibus)[native-inputs]: Change from GNU-GETTEXT to
    GETTEXT-MINIMAL.
---
 gnu/packages/ibus.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 3782f39..0793635 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -152,7 +152,7 @@
        ("python" ,python)))
     (native-inputs
      `(("glib" ,glib "bin") ; for glib-genmarshal
-       ("gettext" ,gnu-gettext)
+       ("gettext" ,gettext-minimal)
        ("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]