mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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 @@ (define-public libgweather
|
|||
`(("gtk+" ,gtk+)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("libxml2" ,libxml2)
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("geocode-glib" ,geocode-glib)))
|
||||
(inputs
|
||||
`(("tzdata" ,tzdata)))
|
||||
|
|
Loading…
Reference in a new issue