guix-commits
[Top][All Lists]
Advanced

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

200/242: gnu: seed: Use webkitgtk-with-libsoup2.


From: guix-commits
Subject: 200/242: gnu: seed: Use webkitgtk-with-libsoup2.
Date: Thu, 12 May 2022 14:14:34 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 1dc1da973cc32f59c5d6beb5048e4523f70b70ef
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]