diff options
-rw-r--r-- | gnu/packages/tex.scm | 1 |
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 |