guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: epiphany: Use different webkitgtk variant.


From: guix-commits
Subject: 02/02: gnu: epiphany: Use different webkitgtk variant.
Date: Sun, 14 Nov 2021 18:24:41 -0500 (EST)

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

commit e6e6b5124b0b630c648009c9c3f942796267d766
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 14 23:23:45 2021 +0000

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 95b0551..5617ba5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6862,7 +6862,7 @@ a secret password store, an adblocker, and a modern UI.")
        ("libxslt" ,libxslt)
        ("nettle" ,nettle) ; for hogweed
        ("sqlite" ,sqlite)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (home-page "https://wiki.gnome.org/Apps/Web";)
     (synopsis "GNOME web browser")
     (description



reply via email to

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