andreas pushed a commit to branch hdf5 in repository guix. commit 92f70f4a2245d7ac47a25522c5595c5ca1be8dcd Author: David Elsing <david.els...@posteo.net> AuthorDate: Wed Apr 30 16:27:09 2025 +0000
gnu: cdo: Fix build. * gnu/packages/geo.scm (cdo)[inputs]: Add libaec. Signed-off-by: Andreas Enge <andr...@enge.fr> --- 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")