diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-12 22:07:08 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-12 22:07:08 +0100 |
commit | 822befbcae1ba3e06327c4dd9865bcfd61a49616 (patch) | |
tree | f935bb4f9a24fd5073c0e86d5078337284b669f5 /gnu/packages/gnome.scm | |
parent | 0f5677ddf80b97e549e229a44619c3a71c22b039 (diff) | |
download | guix-822befbcae1ba3e06327c4dd9865bcfd61a49616.tar.gz guix-822befbcae1ba3e06327c4dd9865bcfd61a49616.zip |
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |