diff options
Diffstat (limited to 'gnu/packages/maths.scm')
| -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 | 
