From 9628035145adf221c8686dc66f1ba85d8d2da3ec Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 16 Dec 2021 22:13:51 +0100 Subject: 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 @@ integrated profiler via Sysprof, debugging support, and more.") python-pygobject python-requests python-unidecode - webkitgtk)) + webkitgtk-with-libsoup2)) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) ("gettext" ,gettext-minimal) -- cgit 1.4.1