guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: vimb: Build with libsoup2.


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

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

commit 2ff3e6e985183bef61f46fce86558bb7255e335f
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Sat Nov 27 02:11:55 2021 -0500

    gnu: vimb: Build with libsoup2.
    
    * gnu/packages/web-browsers.scm (vimb)[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 50a4130..a408509 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -565,7 +565,7 @@ GUI.  It is based on PyQt5 and QtWebEngine.")
     (inputs
      `(("glib-networking" ,glib-networking)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://fanglingsu.github.io/vimb/";)



reply via email to

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