me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ GUI. It is based on PyQt5 and QtWebEngine.")
(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/")