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>
This commit is contained in:
parent
d8231432c5
commit
3c6f7b53ce
1 changed files with 2 additions and 0 deletions
|
@ -1088,8 +1088,10 @@ development.")
|
||||||
libpng
|
libpng
|
||||||
libtiff
|
libtiff
|
||||||
libwebp
|
libwebp
|
||||||
|
lz4
|
||||||
netcdf
|
netcdf
|
||||||
openssl
|
openssl
|
||||||
|
openjpeg
|
||||||
pcre2
|
pcre2
|
||||||
postgresql ; libpq
|
postgresql ; libpq
|
||||||
proj
|
proj
|
||||||
|
|
Reference in a new issue