mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
* gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Replace libsoup with libsoup-minimal-2. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
9f8a4760e8
commit
4c4d53ed52
1 changed files with 1 additions and 1 deletions
|
@ -2118,7 +2118,7 @@ (define-public xfce4-weather-plugin
|
|||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+)
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("libxfce4ui" ,libxfce4ui)
|
||||
("libxml2" ,libxml2)
|
||||
("xfce4-panel" ,xfce4-panel)))
|
||||
|
|
Loading…
Reference in a new issue