diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2021-12-10 14:40:40 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-10 18:17:45 +0100 |
commit | 502d4b5d6276f1109369b9119d856b85bd4e2612 (patch) | |
tree | 5ee0745f735c92112621a085ea699c2b3b9fb54d /gnu/packages/geo.scm | |
parent | a66642f744406a052aef5c3bdb5eac12ca37bb1b (diff) |
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>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 19618ab731..d1ebdd971a 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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, |