apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit 309cfdcee4239b4576dd9c58e07567ee375b2c0c Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Apr 20 00:57:01 2022 -0400 gnu: seed: Use webkitgtk-with-libsoup2. * gnu/packages/gnome.scm (seed)[propagated-inputs]: Use 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 dae6692109..d1067408ae 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -557,7 +557,7 @@ bindings.") ("xscrnsaver" ,libxscrnsaver))) (propagated-inputs `(("glib" ,glib) - ("webkit" ,webkitgtk))) + ("webkit" ,webkitgtk-with-libsoup2))) (synopsis "GObject JavaScriptCore bridge") (description "Seed is a library and interpreter, dynamically bridging (through GObjectIntrospection) the WebKit JavaScriptCore engine, with the
