From f853f0757bf58a21aa149b78b16b0a7d62da7351 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Sat, 25 Jun 2022 19:34:35 +0200 Subject: gnu: postgis: Fix build with gdal 3.5.0. * gnu/packages/geo.scm (postgis)[inputs]: Add openssl. --- gnu/packages/geo.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 3792e1b1e1..a64212b738 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1146,6 +1146,7 @@ Shapely capabilities json-c libjpeg-turbo libxml2 + openssl pcre postgresql protobuf-c -- cgit v1.2.3