guix-commits
[Top][All Lists]
Advanced

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

branch wip-webkit updated: gnu: epiphany: Build with webkitgtk-for-gtk3.


From: guix-commits
Subject: branch wip-webkit updated: gnu: epiphany: Build with webkitgtk-for-gtk3.
Date: Tue, 12 Dec 2023 16:10:59 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch wip-webkit
in repository guix.

The following commit(s) were added to refs/heads/wip-webkit by this push:
     new 822befbcae gnu: epiphany: Build with webkitgtk-for-gtk3.
822befbcae is described below

commit 822befbcae1ba3e06327c4dd9865bcfd61a49616
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Dec 12 22:07:08 2023 +0100

    gnu: epiphany: Build with webkitgtk-for-gtk3.
    
    This replacement was omitted in f3da903b0169edc19e07be5a91c80488332abe09:
    Epiphany 42 still builds with GTK+ 3, so let's use the right Webkit.
    
    * gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with
    webkitgtk-for-gtk3.
---
 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 b3f49c4b04..c9a6eb78a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7186,7 +7186,7 @@ almost all of them.")
            libxslt
            nettle                       ; for hogweed
            sqlite
-           webkitgtk))
+           webkitgtk-for-gtk3))
     (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]