mbakke pushed a commit to branch master
in repository guix.
commit c06ef010e3fbffcb80f2560a4946b182b132b539
Author: Marius Bakke <[email protected]>
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)))