From 9404cd33010daa893cd054d6adae07f54e19ba89 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 22 Nov 2021 23:17:53 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 41165e8de7..7f1c87f46a 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") -- cgit v1.2.3