diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-01-03 00:54:35 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-01-13 01:25:16 +0100 |
commit | c06ef010e3fbffcb80f2560a4946b182b132b539 (patch) | |
tree | a3bb1149e90b0b099a32baecad5acde3703e215a /gnu/packages/gnome.scm | |
parent | 48d5818a0e9cf9ceec4e1b76ee4309e048e5f57e (diff) | |
download | guix-c06ef010e3fbffcb80f2560a4946b182b132b539.tar guix-c06ef010e3fbffcb80f2560a4946b182b132b539.tar.gz |
gnu: libsecret: Update to 0.18.7.
* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ffd84cd78d..f4d4dfd922 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))) |