~ruther/guix-local

ff324d3814599857cb9b1133223d4d46b5161cdb — Ludovic Courtès 3 years ago f8529b9
gnu: mmg: Add dependency on Perl.

* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/graphics.scm
M gnu/packages/graphics.scm => gnu/packages/graphics.scm +2 -1
@@ 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/")