From 3b14615b2d579cf486b39c585b247c9e582fd4b8 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Thu, 8 Sep 2022 20:14:36 +0000 Subject: gnu: openorienteering-mapper: Add curl dependency. * gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index f27c97477d..c0ac44a81b 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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) -- cgit v1.2.3