diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2018-05-12 16:32:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-05-13 13:29:26 +0200 |
commit | e18e7cb9f4c08efb3b7233dd1042553924594743 (patch) | |
tree | b2b832c95e10246aac57a5849c6a6836feac1f3d /gnu/packages/maths.scm | |
parent | fb6357ceea17240cf2cffdb485f883954d9c2df0 (diff) | |
download | patches-e18e7cb9f4c08efb3b7233dd1042553924594743.tar patches-e18e7cb9f4c08efb3b7233dd1042553924594743.tar.gz |
gnu: hypre: Add missing dependency on Perl.
Previously the test suite would fail to run 'ppmquant', though it would
silently ignore it.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add PERL.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6387f71582..2e6f79ad55 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3454,6 +3454,7 @@ set.") (native-inputs `(("doc++" ,doc++) ("netpbm" ,netpbm) + ("perl" ,perl) ;needed to run 'ppmquant' during tests ("texlive" ,texlive) ;full package required for fonts ("ghostscript" ,ghostscript))) (inputs |