diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-03 21:02:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:31 +0200 |
commit | 23527273c693d816d23c04a9647c380a33476115 (patch) | |
tree | 3837e99e1d42384b1ac0bf65f95a9569acffe96f | |
parent | 1c51c3a28992b71416c2b35f50ee332dce73ac69 (diff) | |
download | guix-23527273c693d816d23c04a9647c380a33476115.tar guix-23527273c693d816d23c04a9647c380a33476115.tar.gz |
gnu: texlive-texdirflatten: Add missing Perl input.
* gnu/packages/tex.scm (texlive-texdirflatten)[inputs]: Add PERL.
Change-Id: Ie1089d37e0fb95cccdb3bc5bfed8dff4eb0074d3
-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 |