guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

73/73: gnu: texlive-texdirflatten: Add missing Perl input.


From: guix-commits
Subject: 73/73: gnu: texlive-texdirflatten: Add missing Perl input.
Date: Tue, 4 Jun 2024 16:40:17 -0400 (EDT)

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

commit 27805030c5f7c3c0e2e77b7cb0c990ebc330b892
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 27a1574270..ff45c54bc4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -44920,6 +44920,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

[Prev in Thread] Current Thread [Next in Thread]