mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Sharlatan Hellseher
parent
edd27c0e25
commit
04eef950af
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user