mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05: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
|
||||
nettle ; for hogweed
|
||||
sqlite
|
||||
webkitgtk))
|
||||
webkitgtk-for-gtk3))
|
||||
(home-page "https://wiki.gnome.org/Apps/Web")
|
||||
(synopsis "GNOME web browser")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue