samplet pushed a commit to branch core-updates-frozen
in repository guix.

commit 749dec114f222c499ad76915d37b7135a385b63e
Author: Timothy Sample <[email protected]>
AuthorDate: Thu Nov 18 00:23:43 2021 -0500

    gnu: sushi: Fix build by using libsoup@2.
    
    * gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with
    webkitgtk-with-libsoup2.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 33ca456..12bd835 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.")

Reply via email to