guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

169/181: gnu: libgweather: Use geocode-glib-with-libsoup2.


From: guix-commits
Subject: 169/181: gnu: libgweather: Use geocode-glib-with-libsoup2.
Date: Tue, 13 Sep 2022 02:26:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 311e627c3e73f8e12f354144e450ff8198fd274b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 12 00:08:57 2022 -0400

    gnu: libgweather: Use geocode-glib-with-libsoup2.
    
    * gnu/packages/gnome.scm (libgweather)
    [propagated-inputs]: Replace geocode-glib with geocode-glib-with-libsoup2.
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]