me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1666,7 +1666,7 @@ sharing to the masses.")
("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.")