guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: sugar-read-activity: Use webkit with libsoup 3.


From: guix-commits
Subject: 09/11: gnu: sugar-read-activity: Use webkit with libsoup 3.
Date: Tue, 13 Feb 2024 09:05:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 20513ed554578287338c2aa89a0c40514fb28421
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 13 11:46:52 2024 +0100

    gnu: sugar-read-activity: Use webkit with libsoup 3.
    
    * gnu/packages/sugar.scm (sugar-read-activity)[propagated-inputs]: Replace
    webkitgtk-with-libsoup2 with webkitgtk-for-gtk3.
    
    Change-Id: I0abf74ebc48f733634679e0700151fadfa7e6dc7
---
 gnu/packages/sugar.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index e87036b3aa..94c6f6d80f 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -715,7 +715,7 @@ or you can also play with a friend!")
        (list evince
              gtk+
              sugar-toolkit-gtk3
-             webkitgtk-with-libsoup2))
+             webkitgtk-for-gtk3))
       (inputs
        (list gettext-minimal))
       (home-page "https://help.sugarlabs.org/read.html";)



reply via email to

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