summaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
diff options
context:
space:
mode:
authorJack Hill <jackhill@jackhill.us>2021-11-27 02:16:44 -0500
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-27 10:29:48 +0100
commitdbd52f377ae6574ac33ba66a4889e6796fe360f6 (patch)
treeb198b6bdeca935bf5732332e73c20cc17b0817a9 /gnu/packages/web-browsers.scm
parent2ff3e6e985183bef61f46fce86558bb7255e335f (diff)
downloadguix-patches-dbd52f377ae6574ac33ba66a4889e6796fe360f6.tar
guix-patches-dbd52f377ae6574ac33ba66a4889e6796fe360f6.tar.gz
gnu: luakit: Build with libsoup2.
* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r--gnu/packages/web-browsers.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a408509f98..5ca68e0ee4 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -224,7 +224,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
("glib-networking" ,glib-networking)
("lua5.1-filesystem" ,lua5.1-filesystem)
("luajit" ,luajit)
- ("webkitgtk" ,webkitgtk)
+ ("webkitgtk" ,webkitgtk-with-libsoup2)
("sqlite" ,sqlite)))
(native-inputs
`(("pkg-config" ,pkg-config)))