hello,

--
gi.require_version('WebKit2’, '4.0')
File
"/gnu/store/1av328rwnh02pbiclxfb1spxrshgd6an-python-pygobject-3.40.1/lib/python3.9/site-packages/gi/init.py",
 line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace WebKit2 not available for version 4.0
--

Can you try to use the patch?, and see that the application works correctly.


--
Rene
From 78c76d11f0cd49168e2028c44c429343134b3f66 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <[email protected]>
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

Reply via email to