gnu: hdf5: Add dependency on Perl.
* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
This commit is contained in:
parent
549d15712f
commit
3ea420f337
|
@ -774,7 +774,8 @@ incompatible with HDF5.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)
|
||||||
|
("perl" ,perl))) ;part of the test machinery needs Perl
|
||||||
(outputs '("out" ; core library
|
(outputs '("out" ; core library
|
||||||
"fortran")) ; fortran interface
|
"fortran")) ; fortran interface
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue