[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
- 21/73: gnu: Add texlive-dvipdfmx-bin., (continued)
- 21/73: gnu: Add texlive-dvipdfmx-bin., guix-commits, 2024/06/04
- 55/73: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/04
- 57/73: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/04
- 61/73: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/04
- 71/73: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/04
- 34/73: gnu: Add texlive-psutils-bin., guix-commits, 2024/06/04
- 56/73: gnu: Add texlive-ps2eps-bin., guix-commits, 2024/06/04
- 58/73: gnu: texlive-texdoctk: Fix runtime error., guix-commits, 2024/06/04
- 64/73: gnu: texlive-dviout-util: Build binaries separately., guix-commits, 2024/06/04
- 68/73: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/04
- 73/73: gnu: texlive-texdirflatten: Add missing Perl input.,
guix-commits <=
- 31/73: gnu: Add texlive-bibtex8-bin., guix-commits, 2024/06/04
- 44/73: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/04
- 41/73: gnu: Add texlive-makeindex-bin., guix-commits, 2024/06/04
- 48/73: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/04
- 65/73: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/04
- 66/73: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/04
- 67/73: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/04
- 72/73: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/04