[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: mmg: Add dependency on Perl.
From: |
guix-commits |
Subject: |
08/11: gnu: mmg: Add dependency on Perl. |
Date: |
Tue, 11 Oct 2022 10:16:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ff324d3814599857cb9b1133223d4d46b5161cdb
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue Oct 11 15:20:31 2022 +0200
gnu: mmg: Add dependency on Perl.
* gnu/packages/graphics.scm (mmg)[native-inputs]: Add PERL.
---
gnu/packages/graphics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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/")
- 01/11: guix import: Add a blank line after each package definition., (continued)
- 01/11: guix import: Add a blank line after each package definition., guix-commits, 2022/10/11
- 02/11: git: Factorize 'commit-id?' predicate., guix-commits, 2022/10/11
- 03/11: Revert "guix system: Remove unused 'read-operating-system' procedure.", guix-commits, 2022/10/11
- 04/11: gnu: emacs-guix: Update to cf5b7a4., guix-commits, 2022/10/11
- 05/11: gnu: emacs-guix: Remove input labels., guix-commits, 2022/10/11
- 06/11: gnu: python-pydyf: Update to 0.3.0., guix-commits, 2022/10/11
- 10/11: gnu: profanity: Update to 0.13.0., guix-commits, 2022/10/11
- 07/11: gnu: gtkwave: Update to 3.3.113., guix-commits, 2022/10/11
- 09/11: gnu: libstrophe: Update to 0.12.2., guix-commits, 2022/10/11
- 11/11: gnu: Add libskk., guix-commits, 2022/10/11
- 08/11: gnu: mmg: Add dependency on Perl.,
guix-commits <=