guix-commits
[Top][All Lists]
Advanced

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

10/23: gnu: libsecret: Update to 0.18.7.


From: guix-commits
Subject: 10/23: gnu: libsecret: Update to 0.18.7.
Date: Sat, 12 Jan 2019 19:32:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c06ef010e3fbffcb80f2560a4946b182b132b539
Author: Marius Bakke <address@hidden>
Date:   Thu Jan 3 00:54:35 2019 +0100

    gnu: libsecret: Update to 0.18.7.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
    [native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ffd84cd..f4d4dfd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2634,9 +2634,9 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
                             (assoc-ref %outputs "doc")
                             "/share/gtk-doc/html"))))
     (native-inputs
-     `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
+     `(("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
        ("gobject-introspection" ,gobject-introspection)
-       ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)
        ("xsltproc" ,libxslt)))



reply via email to

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