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:
Jack Hill 2021-11-27 02:16:44 -05:00 committed by Guillaume Le Vaillant
parent 2ff3e6e985
commit dbd52f377a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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)))