mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
0e1428ac5d
commit
1ee584057d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue