From d740188e07a5368fd0e01a8aa24a6e515ecebc9e Mon Sep 17 00:00:00 2001 From: r0man Date: Sat, 3 Dec 2022 18:59:02 +0100 Subject: [PATCH 2/4] gnu: gdal: Add support for lz4 and openjpeg. * gnu/packages/geo.scm (gdal): Add support for lz4 and openjpeg. --- gnu/packages/geo.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index bfce9399c3..ba348dbb7d 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1084,8 +1084,10 @@ (define-public gdal libpng libtiff libwebp + lz4 netcdf openssl + openjpeg pcre2 postgresql ; libpq proj -- 2.38.1