diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-14 23:23:45 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-14 23:23:45 +0000 |
commit | e6e6b5124b0b630c648009c9c3f942796267d766 (patch) | |
tree | bf660dca500403abcf97467c7636a662a38e3ae5 /gnu/packages/gnome.scm | |
parent | f515adc829cf4ab6cafaeed117be3f247f3678e1 (diff) | |
download | guix-e6e6b5124b0b630c648009c9c3f942796267d766.tar.gz guix-e6e6b5124b0b630c648009c9c3f942796267d766.zip |
gnu: epiphany: Use different webkitgtk variant.
* gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
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 95b0551691..5617ba5028 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 |