diff options
author | Rene Saavedra <nanuui@protonmail.com> | 2022-05-20 13:13:49 -0500 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-05-29 15:53:48 +0300 |
commit | b456086c65976cc01593b9547418a1449328366b (patch) | |
tree | 4405a00173ae7803e0bc304c15bad50e3053eac4 /gnu | |
parent | e640da33f3f142f24af8c63b6e1350865096bae1 (diff) |
gnu: apostrophe: Build with correct webkitgtk.
* gnu/packages/gnome.scm (apostrophe)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4a90245bff..7868063a05 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12027,7 +12027,7 @@ GTK+. It integrates well with the GNOME desktop environment.") python-pygobject python-pyenchant python-pypandoc - webkitgtk)) + webkitgtk-with-libsoup2)) (native-inputs (list gettext-minimal `(,glib "bin") |