gnu: libgweather: Use geocode-glib-with-libsoup2.

* gnu/packages/gnome.scm (libgweather)
[propagated-inputs]: Replace geocode-glib with geocode-glib-with-libsoup2.
This commit is contained in:
Maxim Cournoyer 2022-09-12 00:08:57 -04:00
parent 042df7d4d8
commit 311e627c3e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5730,7 +5730,11 @@ (define-public libgweather
(propagated-inputs
;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
;; libsoup.
(list gtk+ gdk-pixbuf libxml2 libsoup-minimal-2 geocode-glib))
(list gtk+
gdk-pixbuf
libxml2
libsoup-minimal-2
geocode-glib-with-libsoup2))
(inputs
(list tzdata))
(home-page "https://wiki.gnome.org/action/show/Projects/LibGWeather")