guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: liferea: Build with libsoup 2.


From: guix-commits
Subject: 02/03: gnu: liferea: Build with libsoup 2.
Date: Wed, 15 Dec 2021 12:15:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit eddcb9507a5c77ffea2790958ef3e58749d0725d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 15 18:06:50 2021 +0100

    gnu: liferea: Build with libsoup 2.
    
    Reported by Luis Felipe on #guix.
    
    * gnu/packages/syndication.scm (liferea)[inputs]: Use LIBSOUP-MINIMAL-2
    and WEBKITGTK-WITH-LIBSOUP2.
---
 gnu/packages/syndication.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index fc6a07e..88436dd 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -389,7 +389,7 @@ file system, and many more features.")
            libnotify
            libpeas
            libsecret
-           libsoup
+           libsoup-minimal-2
            libxml2
            libxslt
            pango
@@ -397,7 +397,7 @@ file system, and many more features.")
            python-pycairo
            python-pygobject
            sqlite
-           webkitgtk))
+           webkitgtk-with-libsoup2))
     (home-page "https://lzone.de/liferea/";)
     (synopsis "News reader for GTK/GNOME")
     (description "Liferea is a desktop feed reader/news aggregator that



reply via email to

[Prev in Thread] Current Thread [Next in Thread]