diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-22 07:18:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-22 08:57:37 +0100 |
commit | 60e33428d1eaaf7045d4922296362871ec9df684 (patch) | |
tree | 9ef7e50d51f829f75cc3385d5c7452be1b83957a | |
parent | c7769bfca74177c73ff8fdf9bfeeada1804d5ce1 (diff) | |
download | guix-60e33428d1eaaf7045d4922296362871ec9df684.tar.gz guix-60e33428d1eaaf7045d4922296362871ec9df684.zip |
gnu: giara: Use libsoup2 variant of webkitgtk.
* gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
-rw-r--r-- | gnu/packages/syndication.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 4624d750f6..7612209c95 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -206,7 +206,7 @@ cards.") ("python-pycairo" ,python-pycairo) ("python-pygobject" ,python-pygobject) ("python-requests" ,python-requests) - ("webkitgtk" ,webkitgtk))) + ("webkitgtk" ,webkitgtk-with-libsoup2))) (propagated-inputs `(("dconf" ,dconf))) (synopsis "Client for Reddit") |