guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: giara: Use libsoup2 variant of webkitgtk.


From: guix-commits
Subject: 05/10: gnu: giara: Use libsoup2 variant of webkitgtk.
Date: Mon, 22 Nov 2021 02:58:40 -0500 (EST)

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

commit 60e33428d1eaaf7045d4922296362871ec9df684
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 07:18:09 2021 +0100

    gnu: giara: Use libsoup2 variant of webkitgtk.
    
    * gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with
    webkitgtk-with-libsoup2.
---
 gnu/packages/syndication.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 4624d75..7612209 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -206,7 +206,7 @@ cards.")
        ("python-pycairo" ,python-pycairo)
        ("python-pygobject" ,python-pygobject)
        ("python-requests" ,python-requests)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (propagated-inputs
      `(("dconf" ,dconf)))
     (synopsis "Client for Reddit")



reply via email to

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