summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Saavedra <nanuui@protonmail.com>2022-05-20 13:13:49 -0500
committerEfraim Flashner <efraim@flashner.co.il>2022-05-29 15:53:48 +0300
commitb456086c65976cc01593b9547418a1449328366b (patch)
tree4405a00173ae7803e0bc304c15bad50e3053eac4
parente640da33f3f142f24af8c63b6e1350865096bae1 (diff)
downloadguix-patches-b456086c65976cc01593b9547418a1449328366b.tar
guix-patches-b456086c65976cc01593b9547418a1449328366b.tar.gz
gnu: apostrophe: Build with correct webkitgtk.
* gnu/packages/gnome.scm (apostrophe)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 4a90245bff..7868063a05 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12027,7 +12027,7 @@ GTK+. It integrates well with the GNOME desktop environment.")
python-pygobject
python-pyenchant
python-pypandoc
- webkitgtk))
+ webkitgtk-with-libsoup2))
(native-inputs
(list gettext-minimal
`(,glib "bin")