From 78c76d11f0cd49168e2028c44c429343134b3f66 Mon Sep 17 00:00:00 2001 From: Rene Saavedra Date: Fri, 20 May 2022 13:13:49 -0500 Subject: [PATCH] gnu: apostrophe: Build with correct webkitgtk. * gnu/packages/gnome.scm (apostrophe)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public apostrophe python-pygobject python-pyenchant python-pypandoc - webkitgtk)) + webkitgtk-with-libsoup2)) (native-inputs (list gettext-minimal `(,glib "bin") -- 2.36.0