diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-22 23:56:26 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-23 14:23:23 +0900 |
| commit | 4aa2042514e0a863471e41c166103a34ec396584 (patch) | |
| tree | 5f02d0a83531bcbd72278dd9b10a7ece143e0a08 /gnu | |
| parent | 74f493d65584a33a8ea05cc0170ab76e2ae06885 (diff) | |
gnu: xiphos: Do not depend on libsoup2.
* gnu/packages/books.scm (xiphos)
[native-inputs]: Remove webkitgtk-with-libsoup2; add webkitgtk-for-gtk3.
Change-Id: I48b1ea3338e6204020c15d352c2899b9191d4c8c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/books.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm index 31490605f08..c01eb407f07 100644 --- a/gnu/packages/books.scm +++ b/gnu/packages/books.scm @@ -315,7 +315,7 @@ software, with support for multiple texts and languages.") sword util-linux ;for 'uuidgen' (list util-linux "lib") ;for 'libuuid' - webkitgtk-with-libsoup2 + webkitgtk-for-gtk3 yelp-tools zip)) (inputs (list dbus dbus-glib libxml2 python python-lxml)) |
