civodul pushed a commit to branch master
in repository guix.

commit e18e7cb9f4c08efb3b7233dd1042553924594743
Author: Ludovic Courtès <ludovic.cour...@inria.fr>
Date:   Sat May 12 16:32:52 2018 +0200

    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.
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6387f71..2e6f79a 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

Reply via email to