guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: luakit: Build with libsoup2.


From: guix-commits
Subject: 03/03: gnu: luakit: Build with libsoup2.
Date: Sat, 27 Nov 2021 04:37:18 -0500 (EST)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit dbd52f377ae6574ac33ba66a4889e6796fe360f6
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Sat Nov 27 02:16:44 2021 -0500

    gnu: luakit: Build with libsoup2.
    
    * gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with
      webkitgtk-with-libsoup2.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/web-browsers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a408509..5ca68e0 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -224,7 +224,7 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
        ("glib-networking" ,glib-networking)
        ("lua5.1-filesystem" ,lua5.1-filesystem)
        ("luajit" ,luajit)
-       ("webkitgtk" ,webkitgtk)
+       ("webkitgtk" ,webkitgtk-with-libsoup2)
        ("sqlite" ,sqlite)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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