summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2021-11-18 00:23:43 -0500
committerTimothy Sample <samplet@ngyro.com>2021-11-18 10:10:17 -0500
commit749dec114f222c499ad76915d37b7135a385b63e (patch)
tree6acee7d5b75cd1c942a3f11c8e653dc53d7a261a
parent9f94eb3d7bb9dab83d5df80b4f05558abfcc5564 (diff)
downloadguix-patches-749dec114f222c499ad76915d37b7135a385b63e.tar
guix-patches-749dec114f222c499ad76915d37b7135a385b63e.tar.gz
gnu: sushi: Fix build by using libsoup@2.
* gnu/packages/gnome.scm (sushi)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 33ca456aad..12bd8351dd 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.")