summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-09-11 15:44:01 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2022-09-11 15:50:48 +0200
commitd9f0ec68ac10d4b9fa6dbc0dfd6a4c874f11bd2f (patch)
treeefba17f4f12e8a28e47d5e108eafe6c1766af8f3
parent834162dccaa1c0f55f7711edb46f6c40294a1def (diff)
gnu: qmapshack: Add curl dependency.
* gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
-rw-r--r--gnu/packages/geo.scm3
1 files changed, 2 insertions, 1 deletions
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