From 1ee584057dfd0453f7d8273cd7fa8d139b5c5dd2 Mon Sep 17 00:00:00 2001 From: Björn Höfling Date: Thu, 16 Jul 2020 22:40:45 +0200 Subject: 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(+) (limited to 'gnu/packages/geo.scm') 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 -- cgit v1.2.3