[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/137: gnu: texlive-texdirflatten: Add missing Perl input.
From: |
guix-commits |
Subject: |
77/137: gnu: texlive-texdirflatten: Add missing Perl input. |
Date: |
Mon, 24 Jun 2024 18:27:11 -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
- 47/137: gnu: Add texlive-cjkutils-bin., (continued)
- 47/137: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/24
- 50/137: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/24
- 52/137: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/24
- 53/137: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/24
- 56/137: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/24
- 51/137: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/24
- 58/137: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/24
- 66/137: gnu: Add texlive-mflua-bin., guix-commits, 2024/06/24
- 73/137: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/24
- 74/137: gnu: texlive-docstrip: Remove it., guix-commits, 2024/06/24
- 77/137: gnu: texlive-texdirflatten: Add missing Perl input.,
guix-commits <=
- 75/137: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/24
- 80/137: gnu: texlive-hyphen-complete: Fix locations., guix-commits, 2024/06/24
- 82/137: guix: import texlive: Sort modules alphabetically., guix-commits, 2024/06/24
- 85/137: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/24
- 63/137: gnu: texlive-kpathsea: Propagate the binaries., guix-commits, 2024/06/24
- 62/137: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/24
- 69/137: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/24
- 54/137: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/24
- 55/137: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/24
- 57/137: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/24