mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: geocode-glib: Use libsoup 2.
* gnu/packages/gnome.scm (geocode-glib)[inputs]{libsoup}: Use libsoup-minimal-2.
This commit is contained in:
parent
6d513816f5
commit
d2dff53dfb
1 changed files with 1 additions and 1 deletions
|
@ -5419,7 +5419,7 @@ permission from user.")
|
|||
;; geocode-glib-1.0.pc refers to GIO.
|
||||
`(("glib" ,glib)))
|
||||
(inputs
|
||||
`(("libsoup" ,libsoup)))
|
||||
`(("libsoup" ,libsoup-minimal-2)))
|
||||
(home-page "https://github.com/GNOME/geocode-glib/")
|
||||
(synopsis "Geocoding and reverse-geocoding library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue