gnu: mmg: Add dependency on Perl.

* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL.
This commit is contained in:
Ludovic Courtès 2022-10-11 15:20:31 +02:00 committed by Ludovic Courtès
parent f8529b9eec
commit ff324d3814
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2373,7 +2373,8 @@ (define-public mmg
;; TODO: Fix failing LaTeX invocation (which results in equations
;; being inserted literally into PNGs rather than being typeset).
;;texlive-tiny
))
perl)) ;used to generate Fortran headers
(inputs
(list scotch))
(home-page "http://www.mmgtools.org/")