gnu: libgweather: Use libsoup 2.
* gnu/packages/gnome.scm (libgweather)[inputs]{libsoup}: Use libsoup-minimal-2.
This commit is contained in:
parent
d5c79f53d3
commit
2873ad49a0
1 changed files with 1 additions and 1 deletions
|
@ -5542,7 +5542,7 @@ service via the system message bus.")
|
|||
`(("gtk+" ,gtk+)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("libxml2" ,libxml2)
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("geocode-glib" ,geocode-glib)))
|
||||
(inputs
|
||||
`(("tzdata" ,tzdata)))
|
||||
|
|
Reference in a new issue