diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2019-05-10 11:28:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-14 12:11:04 +0200 |
commit | 3ea420f3370b63a7449b5c2120f85bce9a1cd4c3 (patch) | |
tree | 3ac3c791170fa8b2f115d9526cb8d0c3debbbd56 /gnu/packages | |
parent | 549d15712fdc1f58ce0dd11117eb79535ec19f2c (diff) | |
download | guix-3ea420f3370b63a7449b5c2120f85bce9a1cd4c3.tar.gz guix-3ea420f3370b63a7449b5c2120f85bce9a1cd4c3.zip |
gnu: hdf5: Add dependency on Perl.
* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e682746b9e..d5f59e30d6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |