me
/
guix
Archived
1
0
Fork 0

gnu: mmg: Add dependency on Perl.

* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -2373,7 +2373,8 @@ generated discrete signed distance field using the cubic spline kernel.
;; 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/")