diff options
-rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 879132c43a..d5ccc3cb07 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 |