guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: jami: Use gettext-minimal.


From: guix-commits
Subject: 11/12: gnu: jami: Use gettext-minimal.
Date: Sat, 2 May 2020 06:06:09 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit f06eefa31d9994c92cb6cb4bb956d645d00e6bfa
Author: Jan Wielkiewicz <address@hidden>
AuthorDate: Sat May 2 03:14:48 2020 +0200

    gnu: jami: Use gettext-minimal.
    
    * gnu/packages/jami.scm (jami)[native-inputs]: Use "gettext-minimal" instead
    of "gnu-gettext".
    
    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 06067a9..67146dc 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -319,7 +319,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)
+       ("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
        ("doxygen" ,doxygen)))
     (propagated-inputs



reply via email to

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