From 59c6e2352ed296ced870e8703cffbd34c652b1b1 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Thu, 8 Sep 2022 20:14:37 +0000 Subject: gnu: gplates: Add curl dependency. * gnu/packages/geo.scm (gplates)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3