gnu: gdal: Enable ODS format driver.

* gnu/packages/geo.scm (gdal)[inputs]: Add expat.
[arguments]: Add --with-expat to #:configure-flags.
This commit is contained in:
Arun Isaac 2019-12-20 21:36:50 +05:30
parent 1cbe7a3ed6
commit 0f05435682
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3

View File

@ -608,6 +608,7 @@ development.")
(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 @@ development.")
(substitute* "frmts/mrf/mrf_band.cpp"
(("\"../zlib/zlib.h\"") "<zlib.h>")))))))
(inputs
`(("freexl" ,freexl)
`(("expat" ,expat)
("freexl" ,freexl)
("geos" ,geos)
("giflib" ,giflib)
("json-c" ,json-c)