diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-12 00:08:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:58 -0400 |
commit | 311e627c3e73f8e12f354144e450ff8198fd274b (patch) | |
tree | f39bea498848a944c24f29326a30f05c9099a26d | |
parent | 042df7d4d82190a0b5fc1efffca07564d3bd4a78 (diff) | |
download | guix-311e627c3e73f8e12f354144e450ff8198fd274b.tar.gz guix-311e627c3e73f8e12f354144e450ff8198fd274b.zip |
gnu: libgweather: Use geocode-glib-with-libsoup2.
* gnu/packages/gnome.scm (libgweather)
[propagated-inputs]: Replace geocode-glib with geocode-glib-with-libsoup2.
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a5bd7c397a..c3a6c1d312 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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") |