diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2022-10-11 15:20:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-11 16:05:32 +0200 |
commit | ff324d3814599857cb9b1133223d4d46b5161cdb (patch) | |
tree | a9cce712067253a73e2186939909445b4db182ce /gnu | |
parent | f8529b9eec054cb015ff67e3068b06d5fa53fea1 (diff) | |
download | guix-ff324d3814599857cb9b1133223d4d46b5161cdb.tar.gz |
gnu: mmg: Add dependency on Perl.
* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index c5695ae408..59bc3a217d 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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/") |