[bug#77590,v6,7/7] gnu: cdo: Fix build.

Message ID 7a6e4763d29d8895006b3f611b731df16d10851f.1746029810.git.david.elsing@posteo.net
State New
Headers
Series Update hdf5 to 1.14.6, fix wrappers and remove generated source files. |

Commit Message

David Elsing April 30, 2025, 4:27 p.m. UTC
  * gnu/packages/geo.scm (cdo)[inputs]: Add libaec.
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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 @@  (define-public cdo
            ;; 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")