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:
parent
1cbe7a3ed6
commit
0f05435682
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user