me
/
guix
Archived
1
0
Fork 0

gnu: texlive-mkgrkindex: Add missing input.

* gnu/packages/tex.scm (texlive-mkgrkindex)[inputs]: Add PERL.
Nicolas Goaziou 2023-08-29 21:11:31 +02:00
parent 0d9619354b
commit b2c4a8a681
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 0 deletions

View File

@ -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