gnu: texlive-mkgrkindex: Add missing input.
* gnu/packages/tex.scm (texlive-mkgrkindex)[inputs]: Add PERL.
parent
0d9619354b
commit
b2c4a8a681
|
@ -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
|
||||
|
|
Reference in New Issue