diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-13 10:00:26 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-13 10:00:26 +0100 |
commit | 43a433df692f066e0b56c86b1623053022f76ac9 (patch) | |
tree | 69150f1ed1e1e7120a1baeac38cdda54a6fd9a89 /gnu/packages/geo.scm | |
parent | 142c493056bca3f07cd857f30e8a20cdc008ae33 (diff) |
gnu: osm-gps-map: Use libsoup 2.
* gnu/packages/geo.scm (osm-gps-map)[inputs]: Replace libsoup by
libsoup-minimal-2.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index ea10a568fb..1fa53deca5 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1342,7 +1342,7 @@ OpenStreetMap data files.") ("glib" ,glib) ("gobject-introspection" ,gobject-introspection) ("gtk+" ,gtk+) - ("libsoup" ,libsoup))) + ("libsoup" ,libsoup-minimal-2))) (home-page "https://nzjrs.github.io/osm-gps-map/") (synopsis "GTK+ widget for displaying OpenStreetMap tiles") (description |