gnu: libmateweather: Build with libsoup 2.

* gnu/packages/mate.scm (libmateweather)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
This commit is contained in:
Ludovic Courtès 2021-11-22 23:17:53 +01:00
parent 98eca86435
commit 9404cd3301
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -289,7 +289,7 @@ (define-public libmateweather
("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")