[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch tex-team updated: gnu: texlive-texdirflatten: Add missing Perl in
From: |
guix-commits |
Subject: |
branch tex-team updated: gnu: texlive-texdirflatten: Add missing Perl input. |
Date: |
Mon, 03 Jun 2024 15:05:46 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch tex-team
in repository guix.
The following commit(s) were added to refs/heads/tex-team by this push:
new dd54af910b gnu: texlive-texdirflatten: Add missing Perl input.
dd54af910b is described below
commit dd54af910bfb0adee61775e5e958ff4f6eb2340b
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 93d8a04d63..13a350a0ff 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -44919,6 +44919,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch tex-team updated: gnu: texlive-texdirflatten: Add missing Perl input.,
guix-commits <=