gnu: libmateweather: Build with libsoup 2.
* gnu/packages/mate.scm (libmateweather)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2.
This commit is contained in:
parent
98eca86435
commit
9404cd3301
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ desktop and the mate-about program.")
|
||||||
("tzdata" ,tzdata)))
|
("tzdata" ,tzdata)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; both of these are requires.private in mateweather.pc
|
;; both of these are requires.private in mateweather.pc
|
||||||
`(("libsoup" ,libsoup)
|
`(("libsoup-minimal" ,libsoup-minimal-2)
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
(synopsis "MATE library for weather information from the Internet")
|
(synopsis "MATE library for weather information from the Internet")
|
||||||
|
|
Reference in a new issue