mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: surf: Build with libsoup2.
* gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
This commit is contained in:
parent
dbd52f377a
commit
4967eb97b5
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ (define-public surf
|
|||
("gcr" ,gcr)
|
||||
("glib-networking" ,glib-networking)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("webkitgtk" ,webkitgtk)
|
||||
("webkitgtk" ,webkitgtk-with-libsoup2)
|
||||
("xprop" ,xprop)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue