From 0f05435682de07d6dcd05b19d006ece17145777c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 20 Dec 2019 21:36:50 +0530 Subject: gnu: gdal: Enable ODS format driver. * gnu/packages/geo.scm (gdal)[inputs]: Add expat. [arguments]: Add --with-expat to #:configure-flags. --- gnu/packages/geo.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 0103202593..2cf4eb9c6e 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -608,6 +608,7 @@ (define-public gdal (with "--with-libtiff" "libtiff") (with "--with-geotiff" "libgeotiff") (with "--with-libz" "zlib") + (with "--with-expat" "expat") "--with-pcre")) #:phases (modify-phases %standard-phases @@ -616,7 +617,8 @@ (define-public gdal (substitute* "frmts/mrf/mrf_band.cpp" (("\"../zlib/zlib.h\"") ""))))))) (inputs - `(("freexl" ,freexl) + `(("expat" ,expat) + ("freexl" ,freexl) ("geos" ,geos) ("giflib" ,giflib) ("json-c" ,json-c) -- cgit v1.2.3