gnu: texlive-bundledoc: Add missing input.

* gnu/packages/tex.scm (texlive-bundledoc)[inputs]: Add PERL.
This commit is contained in:
Nicolas Goaziou 2023-08-29 21:14:05 +02:00
parent c0b2dd868e
commit 790e5bf0c5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -33253,6 +33253,7 @@ supported via the ICU library.")
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "arlatex" "bundledoc")))
(inputs (list perl))
(home-page "https://ctan.org/pkg/bundledoc")
(synopsis "Bundle together all the files needed to build a LaTeX document")
(description