diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-11 15:44:01 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-11 15:50:48 +0200 |
commit | d9f0ec68ac10d4b9fa6dbc0dfd6a4c874f11bd2f (patch) | |
tree | efba17f4f12e8a28e47d5e108eafe6c1766af8f3 /gnu | |
parent | 834162dccaa1c0f55f7711edb46f6c40294a1def (diff) | |
download | guix-d9f0ec68ac10d4b9fa6dbc0dfd6a4c874f11bd2f.tar guix-d9f0ec68ac10d4b9fa6dbc0dfd6a4c874f11bd2f.tar.gz |
gnu: qmapshack: Add curl dependency.
* gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
Diffstat (limited to 'gnu')
-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 |