guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: libmateweather: Build with libsoup 2.


From: guix-commits
Subject: 04/07: gnu: libmateweather: Build with libsoup 2.
Date: Mon, 22 Nov 2021 17:52:30 -0500 (EST)

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

commit 9404cd33010daa893cd054d6adae07f54e19ba89
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 22 23:17:53 2021 +0100

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

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 41165e8..7f1c87f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -289,7 +289,7 @@ desktop and the mate-about program.")
        ("tzdata" ,tzdata)))
     (propagated-inputs
       ;; both of these are requires.private in mateweather.pc
-     `(("libsoup" ,libsoup)
+     `(("libsoup-minimal" ,libsoup-minimal-2)
        ("libxml2" ,libxml2)))
     (home-page "https://mate-desktop.org/";)
     (synopsis "MATE library for weather information from the Internet")



reply via email to

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