aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2018-05-12 16:32:52 +0200
committerLudovic Courtès <ludo@gnu.org>2018-05-13 13:29:26 +0200
commite18e7cb9f4c08efb3b7233dd1042553924594743 (patch)
treeb2b832c95e10246aac57a5849c6a6836feac1f3d
parentfb6357ceea17240cf2cffdb485f883954d9c2df0 (diff)
downloadguix-e18e7cb9f4c08efb3b7233dd1042553924594743.tar
guix-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.
-rw-r--r--gnu/packages/maths.scm1
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