diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-20 00:57:01 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:46:05 -0400 |
commit | 1dc1da973cc32f59c5d6beb5048e4523f70b70ef (patch) | |
tree | 709a00f5bceafacb2cd3ef1f989bf7a229beda67 | |
parent | 84943a4e0ed49510c0f6ea49ed6bcff9e195b088 (diff) | |
download | guix-1dc1da973cc32f59c5d6beb5048e4523f70b70ef.tar.gz |
gnu: seed: Use webkitgtk-with-libsoup2.
* gnu/packages/gnome.scm (seed)[propagated-inputs]: Use webkitgtk-with-libsoup2.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |