guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: surf: Build with libsoup2.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: surf: Build with libsoup2.
Date: Sat, 27 Nov 2021 04:50:51 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 4967eb9  gnu: surf: Build with libsoup2.
4967eb9 is described below

commit 4967eb97b5f2067e8ea512ad6e87743292859c3c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Nov 27 10:47:34 2021 +0100

    gnu: surf: Build with libsoup2.
    
    * gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with
      webkitgtk-with-libsoup2.
---
 gnu/packages/suckless.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 9ea442d..0348aa8 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -435,7 +435,7 @@ drawing.")
        ("gcr" ,gcr)
        ("glib-networking" ,glib-networking)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("webkitgtk" ,webkitgtk)
+       ("webkitgtk" ,webkitgtk-with-libsoup2)
        ("xprop" ,xprop)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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