mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
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:
parent
a66642f744
commit
502d4b5d62
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue