guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome-maps: Build with libsoup 2.


From: guix-commits
Subject: 01/02: gnu: gnome-maps: Build with libsoup 2.
Date: Fri, 10 Dec 2021 12:18:13 -0500 (EST)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 502d4b5d6276f1109369b9119d856b85bd4e2612
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Dec 10 14:40:40 2021 +0100

    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>
---
 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 19618ab..d1ebdd9 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]