mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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:
parent
9f94eb3d7b
commit
749dec114f
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue