summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2024-06-03 21:02:03 +0200
committerLudovic Courtès <[email protected]>2024-08-31 10:45:31 +0200
commit23527273c693d816d23c04a9647c380a33476115 (patch)
tree3837e99e1d42384b1ac0bf65f95a9569acffe96f /gnu
parent1c51c3a28992b71416c2b35f50ee332dce73ac69 (diff)
gnu: texlive-texdirflatten: Add missing Perl input.
* gnu/packages/tex.scm (texlive-texdirflatten)[inputs]: Add PERL. Change-Id: Ie1089d37e0fb95cccdb3bc5bfed8dff4eb0074d3
Diffstat (limited to 'gnu')
-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 afe7b54e2f..ab7f9498ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -44934,6 +44934,7 @@ marked at the margin with grey bars by the LaTeX @code{changebar} package.")
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "texdirflatten")))
+ (inputs (list perl))
(home-page "https://ctan.org/pkg/texdirflatten")
(synopsis "Collect files related to a LaTeX job in a single directory")
(description