arunisaac pushed a commit to branch master
in repository guix.

commit 838db4fcc7863f5bd638a7ee2c8196c59f9a45f2
Author: Arun Isaac <[email protected]>
Date:   Fri Dec 20 21:39:22 2019 +0530

    gnu: gdal: Enable GPKG format driver.
    
    * gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite.
    [arguments]: Add --with-sqlite3 to #:configure-flags.
---
 gnu/packages/geo.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2cf4eb9..2c1fcd1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -609,6 +609,7 @@ development.")
            (with "--with-geotiff" "libgeotiff")
            (with "--with-libz" "zlib")
            (with "--with-expat" "expat")
+           (with "--with-sqlite3" "sqlite")
            "--with-pcre"))
        #:phases
        (modify-phases %standard-phases
@@ -629,6 +630,7 @@ development.")
        ("libwebp" ,libwebp)
        ("pcre" ,pcre)
        ("proj" ,proj)
+       ("sqlite" ,sqlite)
        ("zlib" ,zlib)))
     (home-page "http://www.gdal.org/";)
     (synopsis "Raster and vector geospatial data format library")

Reply via email to