gnu: vimb: Build with libsoup2.

* gnu/packages/web-browsers.scm (vimb)[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:11:55 -05:00 committed by Guillaume Le Vaillant
parent 9c4752bd3e
commit 2ff3e6e985
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -565,7 +565,7 @@ (define-public vimb
(inputs
`(("glib-networking" ,glib-networking)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("webkitgtk" ,webkitgtk)))
("webkitgtk" ,webkitgtk-with-libsoup2)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://fanglingsu.github.io/vimb/")