diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-28 13:24:23 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-28 15:41:49 +0200 |
commit | 134a29fc08c7693156c002d6196c8e748032364f (patch) | |
tree | 463709248fac959dd2f6b3c2ec3262d7be99e492 | |
parent | d9c73212555368089274e580f71bd6aec10b6dac (diff) | |
download | guix-134a29fc08c7693156c002d6196c8e748032364f.tar.gz guix-134a29fc08c7693156c002d6196c8e748032364f.zip |
gnu: libgweather: Remove obsolete input.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
-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 252bac544b..93d98121b4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5526,12 +5526,12 @@ service via the system message bus.") (search-input-directory %build-inputs "share/zoneinfo"))))) (native-inputs - (list `(,glib "bin") ;for glib-mkenums + (list gettext-minimal + `(,glib "bin") ;for glib-mkenums gobject-introspection pkg-config python vala - intltool python-pygobject)) (propagated-inputs ;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and |