ngz pushed a commit to branch tex-team
in repository guix.

commit da47b7109566f902bc12065bad45e3c74203edac
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Jun 3 21:02:03 2024 +0200

    gnu: texlive-texdirflatten: Add missing Perl input.
    
    * gnu/packages/tex.scm (texlive-texdirflatten)[inputs]: Add PERL.
    
    Change-Id: Ie1089d37e0fb95cccdb3bc5bfed8dff4eb0074d3
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1b5ccf0525..ea46e3c204 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

Reply via email to