gnu: gdal: Add postgresql dependency.

* gnu/packages/geo.scm (gdal)[inputs]: Add postgresql.
[native-inputs]: New field. Introduces pkg-config.
This commit is contained in:
Björn Höfling 2020-07-16 22:40:45 +02:00
parent 0e1428ac5d
commit 1ee584057d
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -666,9 +666,12 @@ (define-public gdal
("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