From 9213a51aa6ed7b86c48df725aba27d63dbf84691 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 10 Dec 2021 14:40:40 +0100 Subject: [PATCH 1/2] 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. --- gnu/packages/geo.scm | 4 ++-- 1 file 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 @@ (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, -- 2.34.0