gnu: libgweather: Use geocode-glib-with-libsoup2.
* gnu/packages/gnome.scm (libgweather) [propagated-inputs]: Replace geocode-glib with geocode-glib-with-libsoup2.master
parent
042df7d4d8
commit
311e627c3e
|
@ -5730,7 +5730,11 @@ service via the system message bus.")
|
|||
(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")
|
||||
|
|
Reference in New Issue