gnu: libsecret: Update to 0.18.7.

* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
master
Marius Bakke 2019-01-03 00:54:35 +01:00
parent 48d5818a0e
commit c06ef010e3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)))