[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/97: gnu: texlive-texdirflatten: Add missing Perl input.
From: |
guix-commits |
Subject: |
77/97: gnu: texlive-texdirflatten: Add missing Perl input. |
Date: |
Fri, 21 Jun 2024 06:41:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 761dc16beac9369c75b2e919a1ed5d35f77136b5
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 3a4c5f200a..9d356e580c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -44933,6 +44933,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
- 23/97: gnu: Add texlive-dvicopy-bin., (continued)
- 23/97: gnu: Add texlive-dvicopy-bin., guix-commits, 2024/06/21
- 27/97: gnu: Add texlive-hitex-bin., guix-commits, 2024/06/21
- 25/97: gnu: Add texlive-xetex-bin., guix-commits, 2024/06/21
- 47/97: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/21
- 19/97: gnu: Add texlive-patgen-bin., guix-commits, 2024/06/21
- 34/97: gnu: Add texlive-bibtex8-bin., guix-commits, 2024/06/21
- 32/97: gnu: Add texlive-pmx-bin., guix-commits, 2024/06/21
- 44/97: gnu: Add texlive-makeindex-bin., guix-commits, 2024/06/21
- 63/97: gnu: texlive-kpathsea: Propagate the binaries., guix-commits, 2024/06/21
- 68/97: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/21
- 77/97: gnu: texlive-texdirflatten: Add missing Perl input.,
guix-commits <=
- 90/97: gnu: TeX Live packages built from TEXLIVE-SOURCE use same version., guix-commits, 2024/06/21
- 92/97: gnu: texlive-scripts: Fix typo in description., guix-commits, 2024/06/21
- 17/97: gnu: Add texlive-fontware-bin., guix-commits, 2024/06/21
- 29/97: gnu: Add texlive-m-tx-bin., guix-commits, 2024/06/21
- 30/97: gnu: Add texlive-autosp-bin., guix-commits, 2024/06/21
- 48/97: gnu: Add texlive-chktex-bin., guix-commits, 2024/06/21
- 51/97: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/21
- 54/97: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/21
- 61/97: gnu: texlive-texdoctk: Fix runtime error., guix-commits, 2024/06/21
- 14/97: gnu: texlive-latex-bin: Create symlinks for "latex" variants., guix-commits, 2024/06/21