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"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments (list #:link-scripts #~(list "mkgrkindex")))
|
(arguments (list #:link-scripts #~(list "mkgrkindex")))
|
||||||
|
(inputs (list perl))
|
||||||
(home-page "https://ctan.org/pkg/greek-makeindex")
|
(home-page "https://ctan.org/pkg/greek-makeindex")
|
||||||
(synopsis "MakeIndex working with Greek")
|
(synopsis "MakeIndex working with Greek")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue