1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: hdf5: Add dependency on Perl.

* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
This commit is contained in:
Ludovic Courtès
2019-05-10 11:28:15 +02:00
committed by Ludovic Courtès
parent 549d15712f
commit 3ea420f337
+2 -1
View File
@@ -774,7 +774,8 @@ incompatible with HDF5.")
(inputs
`(("zlib" ,zlib)))
(native-inputs
`(("gfortran" ,gfortran)))
`(("gfortran" ,gfortran)
("perl" ,perl))) ;part of the test machinery needs Perl
(outputs '("out" ; core library
"fortran")) ; fortran interface
(arguments