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:
parent
9c4752bd3e
commit
2ff3e6e985
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue