diff options
author | Felix Gruber <felgru@posteo.net> | 2022-09-08 20:14:37 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-11 15:50:48 +0200 |
commit | 59c6e2352ed296ced870e8703cffbd34c652b1b1 (patch) | |
tree | 40e3a07b64743c099f6c8bc59740281334431953 | |
parent | 3b14615b2d579cf486b39c585b247c9e582fd4b8 (diff) | |
download | guix-59c6e2352ed296ced870e8703cffbd34c652b1b1.tar.gz |
gnu: gplates: Add curl dependency.
* gnu/packages/geo.scm (gplates)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/geo.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index c0ac44a81b..962c2179a7 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2732,6 +2732,7 @@ using third-party geocoders and other data sources.") (inputs (list boost cgal + curl gdal glew glu |