guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: jami: Make gettext a native input.


From: guix-commits
Subject: 09/12: gnu: jami: Make gettext a native input.
Date: Sat, 2 May 2020 06:06:08 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 7f8f39d344ed12983470b756696345778e5f1efc
Author: Jan Wielkiewicz <address@hidden>
AuthorDate: Sat May 2 03:14:45 2020 +0200

    gnu: jami: Make gettext a native input.
    
    * gnu/packages/jami.scm (jami)[inputs]: Move "gettext" to ...
    [native-inputs]: ... here.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/jami.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index b4116c8..3992d18 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -310,7 +310,6 @@ This package provides a library common to all Jami 
clients.")
        ("libnotify" ,libnotify)
        ("clutter" ,clutter)
        ("clutter-gtk" ,clutter-gtk)
-       ("gettext" ,gnu-gettext)
        ("libcanberra" ,libcanberra)
        ("webkitgtk" ,webkitgtk)
        ;; TODO: We must wrap ring-client-gnome to force using the
@@ -327,6 +326,7 @@ This package provides a library common to all Jami 
clients.")
        ("sqlite" ,sqlite-with-column-metadata)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("gettext" ,gnu-gettext)
        ("glib:bin" ,glib "bin")
        ("doxygen" ,doxygen)))
     (propagated-inputs



reply via email to

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