guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

194/204: gnu: seed: Use webkitgtk-with-libsoup2.


From: guix-commits
Subject: 194/204: gnu: seed: Use webkitgtk-with-libsoup2.
Date: Wed, 20 Apr 2022 02:03:45 -0400 (EDT)

apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.

commit 9c4ce8e266700c35d96942d55009c53a986b91be
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]