[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: komikku: Build with old webkit.
From: |
guix-commits |
Subject: |
01/02: gnu: komikku: Build with old webkit. |
Date: |
Thu, 16 Dec 2021 16:29:32 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 9628035145adf221c8686dc66f1ba85d8d2da3ec
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Dec 16 22:13:51 2021 +0100
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 9248475..d269945 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)