gnu: libgweather: Remove obsolete input.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.master
parent
d9c7321255
commit
134a29fc08
|
@ -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
|
||||
|
|
Reference in New Issue