summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/geo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e9fb9c68ff..777e4bc00e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -276,7 +276,7 @@ BUFR and WMO GTS abbreviated header formats.")
;; Some tests can fail on machines with many threads.
#:parallel-tests? #f))
(inputs
- (list curl eccodes fftw hdf5 libxml2 netcdf proj udunits))
+ (list curl eccodes fftw hdf5 libaec libxml2 netcdf proj udunits))
(native-inputs
(list pkg-config python-wrapper))
(home-page "https://code.mpimet.mpg.de/projects/cdo")