diff options
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 3 |
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 |