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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -774,7 +774,8 @@ (define-public 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