From 9628035145adf221c8686dc66f1ba85d8d2da3ec Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 16 Dec 2021 22:13:51 +0100 Subject: [PATCH] gnu: komikku: Build with old webkit. * gnu/packages/gnome.scm (komikku)[inputs]: Use 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 9248475eb8..d269945235 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12401,7 +12401,7 @@ (define-public komikku python-pygobject python-requests python-unidecode - webkitgtk)) + webkitgtk-with-libsoup2)) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) ("gettext" ,gettext-minimal)