summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-14 23:23:45 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-11-14 23:23:45 +0000
commite6e6b5124b0b630c648009c9c3f942796267d766 (patch)
treebf660dca500403abcf97467c7636a662a38e3ae5
parentf515adc829cf4ab6cafaeed117be3f247f3678e1 (diff)
gnu: epiphany: Use different webkitgtk variant.
* gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
-rw-r--r--gnu/packages/gnome.scm2
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