mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue