guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gdal: Add postgresql dependency.


From: guix-commits
Subject: 01/04: gnu: gdal: Add postgresql dependency.
Date: Fri, 17 Jul 2020 06:17:21 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 1ee584057dfd0453f7d8273cd7fa8d139b5c5dd2
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Thu Jul 16 22:40:45 2020 +0200

    gnu: gdal: Add postgresql dependency.
    
    * gnu/packages/geo.scm (gdal)[inputs]: Add postgresql.
    [native-inputs]: New field. Introduces pkg-config.
---
 gnu/packages/geo.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 879132c..d5ccc3c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -666,9 +666,12 @@ development.")
        ("libwebp" ,libwebp)
        ("netcdf" ,netcdf)
        ("pcre" ,pcre)
+       ("postgresql" ,postgresql) ; libpq
        ("proj" ,proj)
        ("sqlite" ,sqlite)
        ("zlib" ,zlib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (home-page "https://gdal.org/";)
     (synopsis "Raster and vector geospatial data format library")
     (description "GDAL is a translator library for raster and vector geospatial



reply via email to

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