summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorDavid Elsing <david.elsing@posteo.net>2025-04-30 16:27:09 +0000
committerAndreas Enge <andreas@enge.fr>2025-04-30 19:47:37 +0200
commit7782d04dc2355b208a0ff4a5d09381dff3fae66c (patch)
treed73348295cb7e35534751b6c77e0cf14d1bd54a0 /gnu/packages
parent817c6e1452e9b4f64026dac9372c10e5df900f12 (diff)
gnu: cdo: Fix build.
* gnu/packages/geo.scm (cdo)[inputs]: Add libaec. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
-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 e9fb9c68ff7..777e4bc00e3 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")