gnu: sushi: Fix build by using libsoup@2.

* gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
This commit is contained in:
Timothy Sample 2021-11-18 00:23:43 -05:00
parent 9f94eb3d7b
commit 749dec114f
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1666,7 +1666,7 @@ (define-public sushi
("libmusicbrainz" ,libmusicbrainz)
("libxml2" ,libxml2)
("neon" ,neon)
("webkitgtk" ,webkitgtk)))
("webkitgtk" ,webkitgtk-with-libsoup2)))
(synopsis "File previewer for the GNOME desktop")
(description "Sushi is a DBus-activated service that allows applications
to preview files on the GNOME desktop.")