diff options
author | David Elsing <david.elsing@posteo.net> | 2025-05-26 19:33:16 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 21:59:54 +0100 |
commit | 04eef950af05444ce42682364041dcbd3fa7afd5 (patch) | |
tree | d04a58659003afbfdad09e1c834fb2fa28a75bb2 | |
parent | edd27c0e25175dbb43fe6b9c931ab8877dd4bd98 (diff) |
gnu: hdf-eos5: Fix build.
Closes #60.
* gnu/packages/maths.scm (hdf-eos5)[inputs]: Add libaec.
Change-Id: If2095a8aef2b39e81716e50c5caab7331a21ebf4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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" |