diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-29 21:11:31 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-29 21:15:23 +0200 |
commit | b2c4a8a6814b0427ced940481f60e03cf4e3990e (patch) | |
tree | 742e73da254f7f87e9e65085bb06385ce44417c7 | |
parent | 0d9619354bf6c51a26bee7eb52073023dedafd49 (diff) |
gnu: texlive-mkgrkindex: Add missing input.
* gnu/packages/tex.scm (texlive-mkgrkindex)[inputs]: Add PERL.
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2613940daf..1b498aa37d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -35496,6 +35496,7 @@ of TeX and one of Metafont are needed.") (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "mkgrkindex"))) + (inputs (list perl)) (home-page "https://ctan.org/pkg/greek-makeindex") (synopsis "MakeIndex working with Greek") (description |