mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: epiphany: Build with webkitgtk-for-gtk3.
This replacement was omitted in f3da903b01
:
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.
This commit is contained in:
parent
0f5677ddf8
commit
822befbcae
1 changed files with 1 additions and 1 deletions
|
@ -7186,7 +7186,7 @@ (define-public epiphany
|
||||||
libxslt
|
libxslt
|
||||||
nettle ; for hogweed
|
nettle ; for hogweed
|
||||||
sqlite
|
sqlite
|
||||||
webkitgtk))
|
webkitgtk-for-gtk3))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Web")
|
(home-page "https://wiki.gnome.org/Apps/Web")
|
||||||
(synopsis "GNOME web browser")
|
(synopsis "GNOME web browser")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue