diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-07 22:10:58 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-08 08:45:11 +0100 |
commit | ee03b51f6e16f22a3aab191a410dfb6feac63718 (patch) | |
tree | b876d28f5655835ca59fa2eff7e32088b265d0ab /gnu/packages/gnome.scm | |
parent | 637735da4da7c0dff49e84d528bb8159c43595e6 (diff) |
gnu: lollypop: Build with libsoup@2.
* gnu/packages/gnome.scm (lollypop)[inputs]: Change from LIBSOUP to
LIBSOUP-MINIMAL-2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 b303c1baea..9313603048 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10827,7 +10827,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.") ("libnotify" ,libnotify) ("libsecret" ,libsecret) ("libhandy" ,libhandy) - ("libsoup" ,libsoup) + ("libsoup" ,libsoup-minimal-2) ("python" ,python) ("python-beautifulsoup4" ,python-beautifulsoup4) ("python-gst" ,python-gst) |