gnu: giara: Use libsoup2 variant of webkitgtk.
* gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
This commit is contained in:
parent
c7769bfca7
commit
60e33428d1
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ cards.")
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dconf" ,dconf)))
|
`(("dconf" ,dconf)))
|
||||||
(synopsis "Client for Reddit")
|
(synopsis "Client for Reddit")
|
||||||
|
|
Reference in a new issue