diff options
author | Jack Hill <jackhill@jackhill.us> | 2021-11-27 02:11:55 -0500 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-27 10:27:25 +0100 |
commit | 2ff3e6e985183bef61f46fce86558bb7255e335f (patch) | |
tree | e17eee43a5057a46381b6ff2f34e5f8c46fe19c1 /gnu/packages | |
parent | 9c4752bd3ef514090094c8bdd4cbc3afb38cf186 (diff) | |
download | guix-2ff3e6e985183bef61f46fce86558bb7255e335f.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web-browsers.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 50a41309d3..a408509f98 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/") |