mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
edd27c0e25
commit
04eef950af
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue