gnu: gnome-maps: Build with libsoup 2.
authorVivien Kraus <vivien@planete-kraus.eu>
Fri, 10 Dec 2021 13:40:40 +0000 (14:40 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Fri, 10 Dec 2021 17:17:45 +0000 (18:17 +0100)
* gnu/packages/geo.scm (gnome-maps) [inputs]: Use libsoup-minimal-2 instead of
libsoup and webkitgtk-with-libsoup2 instead of webkitgtk.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu/packages/geo.scm

index 19618ab..d1ebdd9 100644 (file)
@@ -281,7 +281,7 @@ topology functions.")
        ("libgee" ,libgee)
        ("libhandy" ,libhandy)
        ("libsecret" ,libsecret)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2)
        ("libgweather" ,libgweather)
        ("libxml2" ,libxml2)
        ("librsvg" ,librsvg)
@@ -295,7 +295,7 @@ topology functions.")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gtk+" ,gtk+)
        ("rest" ,rest)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (synopsis "Graphical map viewer and wayfinding program")
     (description "GNOME Maps is a graphical map viewer.  It uses map data from
 the OpenStreetMap project.  It can provide directions for walking, bicycling,