mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: gdal: Enable netCDF format driver.
* gnu/packages/geo.scm (gdal)[inputs]: Add netcdf.
This commit is contained in:
parent
838db4fcc7
commit
6cde07379f
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@ (define-module (gnu packages geo)
|
|||
#:use-module (gnu packages icu4c)
|
||||
#:use-module (gnu packages java)
|
||||
#:use-module (gnu packages lua)
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages pcre)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
|
@ -628,6 +629,7 @@ (define-public gdal
|
|||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)
|
||||
("libwebp" ,libwebp)
|
||||
("netcdf" ,netcdf)
|
||||
("pcre" ,pcre)
|
||||
("proj" ,proj)
|
||||
("sqlite" ,sqlite)
|
||||
|
|
Loading…
Reference in a new issue