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

commit ee03b51f6e16f22a3aab191a410dfb6feac63718
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Dec 7 22:10:58 2021 +0100

    gnu: lollypop: Build with libsoup@2.
    
    * gnu/packages/gnome.scm (lollypop)[inputs]: Change from LIBSOUP to
    LIBSOUP-MINIMAL-2.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b303c1b..9313603 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)

Reply via email to