summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/tex.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a4f9df9d1a..21cf698153 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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