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>
This commit is contained in:
parent
2ff3e6e985
commit
dbd52f377a
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ (define-public luakit
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue