diff options
author | Roman Scherer <roman.scherer@burningswell.com> | 2022-12-03 18:59:02 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-12-20 17:50:26 +0100 |
commit | 3c6f7b53cea7ea5dc8176fec02271bc3770d7fc1 (patch) | |
tree | baf05a2fdba56ea2ae940780f2952232c7dae8b8 /gnu/packages/geo.scm | |
parent | d8231432c57a3d8d8def39c2effd45221794bb6f (diff) | |
download | guix-3c6f7b53cea7ea5dc8176fec02271bc3770d7fc1.tar.gz |
gnu: gdal: Add support for lz4 and openjpeg.
* gnu/packages/geo.scm (gdal)[inputs]: Add lz4 and openjpeg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 78427f03eb..02259c2f6c 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1088,8 +1088,10 @@ development.") libpng libtiff libwebp + lz4 netcdf openssl + openjpeg pcre2 postgresql ; libpq proj |