gnu: gnome-maps: Build with libsoup 2.

* 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>
This commit is contained in:
Vivien Kraus 2021-12-10 14:40:40 +01:00 committed by Mathieu Othacehe
parent a66642f744
commit 502d4b5d62
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -281,7 +281,7 @@ (define-public gnome-maps
("libgee" ,libgee)
("libhandy" ,libhandy)
("libsecret" ,libsecret)
("libsoup" ,libsoup)
("libsoup" ,libsoup-minimal-2)
("libgweather" ,libgweather)
("libxml2" ,libxml2)
("librsvg" ,librsvg)
@ -295,7 +295,7 @@ (define-public gnome-maps
("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,