andreas pushed a commit to branch master
in repository guix.

commit 7782d04dc2355b208a0ff4a5d09381dff3fae66c
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";)

Reply via email to