mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: hdf5: Add dependency on Perl.
* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
This commit is contained in:
parent
549d15712f
commit
3ea420f337
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue