This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 04eef950af gnu: hdf-eos5: Fix build.
04eef950af is described below
commit 04eef950af05444ce42682364041dcbd3fa7afd5
Author: David Elsing <[email protected]>
AuthorDate: Mon May 26 19:33:16 2025 +0200
gnu: hdf-eos5: Fix build.
Closes #60.
* gnu/packages/maths.scm (hdf-eos5)[inputs]: Add libaec.
Change-Id: If2095a8aef2b39e81716e50c5caab7331a21ebf4
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index eea9f8f718..6779e7a37a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2125,7 +2125,7 @@ System (Grid, Point and Swath).")
(list autoconf automake gfortran libtool))
(build-system gnu-build-system)
(inputs
- (list hdf5 zlib gctp))
+ (list gctp hdf5 libaec zlib))
(arguments
(list
#:configure-flags ''("--enable-install-include" "--enable-shared"