From 1ee584057dfd0453f7d8273cd7fa8d139b5c5dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?= Date: Thu, 16 Jul 2020 22:40:45 +0200 Subject: [PATCH] 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 879132c43a..d5ccc3cb07 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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