~ruther/guix-local

3b14615b2d579cf486b39c585b247c9e582fd4b8 — Felix Gruber 3 years ago 8bb5bcf
gnu: openorienteering-mapper: Add curl dependency.

* gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +1 -0
@@ 2209,6 2209,7 @@ track your position right from your laptop.")
    (inputs
     `(("clipper" ,clipper)
       ("cups" ,cups)
       ("curl" ,curl)
       ("gdal" ,gdal)
       ("proj" ,proj)
       ("qtbase" ,qtbase-5)