gnu: sushi: Fix build by using libsoup@2.
* gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.master
parent
9f94eb3d7b
commit
749dec114f
|
@ -1666,7 +1666,7 @@ sharing to the masses.")
|
||||||
("libmusicbrainz" ,libmusicbrainz)
|
("libmusicbrainz" ,libmusicbrainz)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("neon" ,neon)
|
("neon" ,neon)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||||
(synopsis "File previewer for the GNOME desktop")
|
(synopsis "File previewer for the GNOME desktop")
|
||||||
(description "Sushi is a DBus-activated service that allows applications
|
(description "Sushi is a DBus-activated service that allows applications
|
||||||
to preview files on the GNOME desktop.")
|
to preview files on the GNOME desktop.")
|
||||||
|
|
Reference in New Issue