From 790e5bf0c5c8cadb6855ee5025823aba2c810361 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 21:14:05 +0200 Subject: gnu: texlive-bundledoc: Add missing input. * gnu/packages/tex.scm (texlive-bundledoc)[inputs]: Add PERL. --- gnu/packages/tex.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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 -- cgit v1.2.3