From d9f0ec68ac10d4b9fa6dbc0dfd6a4c874f11bd2f Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Sun, 11 Sep 2022 15:44:01 +0200 Subject: gnu: qmapshack: Add curl dependency. * gnu/packages/geo.scm (qmapshack)[inputs]: Add curl. --- gnu/packages/geo.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 2e8b1266f9..5651386e6b 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1973,7 +1973,8 @@ using the dataset of topographical information collected by (native-inputs (list pkg-config qttools-5)) (inputs - (list gdal + (list curl + gdal libjpeg-turbo proj qtbase-5 -- cgit v1.2.3