diff options
author | Jack Hill <jackhill@jackhill.us> | 2021-11-27 02:16:44 -0500 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-27 10:29:48 +0100 |
commit | dbd52f377ae6574ac33ba66a4889e6796fe360f6 (patch) | |
tree | b198b6bdeca935bf5732332e73c20cc17b0817a9 /gnu | |
parent | 2ff3e6e985183bef61f46fce86558bb7255e335f (diff) | |
download | guix-dbd52f377ae6574ac33ba66a4889e6796fe360f6.tar guix-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')
-rw-r--r-- | gnu/packages/web-browsers.scm | 2 |
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))) |