guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: gdal: Enable ODS format driver.


From: guix-commits
Subject: 07/10: gnu: gdal: Enable ODS format driver.
Date: Thu, 26 Dec 2019 08:28:47 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 0f05435682de07d6dcd05b19d006ece17145777c
Author: Arun Isaac <address@hidden>
Date:   Fri Dec 20 21:36:50 2019 +0530

    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(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0103202..2cf4eb9 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]