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.
This commit is contained in:
parent
fb6357ceea
commit
e18e7cb9f4
|
@ -3454,6 +3454,7 @@ set.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doc++" ,doc++)
|
`(("doc++" ,doc++)
|
||||||
("netpbm" ,netpbm)
|
("netpbm" ,netpbm)
|
||||||
|
("perl" ,perl) ;needed to run 'ppmquant' during tests
|
||||||
("texlive" ,texlive) ;full package required for fonts
|
("texlive" ,texlive) ;full package required for fonts
|
||||||
("ghostscript" ,ghostscript)))
|
("ghostscript" ,ghostscript)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue