From 92f70f4a2245d7ac47a25522c5595c5ca1be8dcd Mon Sep 17 00:00:00 2001 From: David Elsing Date: Wed, 30 Apr 2025 16:27:09 +0000 Subject: gnu: cdo: Fix build. * gnu/packages/geo.scm (cdo)[inputs]: Add libaec. Signed-off-by: Andreas Enge --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3