mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: texlive-texdirflatten: Add missing Perl input.
* gnu/packages/tex.scm (texlive-texdirflatten)[inputs]: Add PERL. Change-Id: Ie1089d37e0fb95cccdb3bc5bfed8dff4eb0074d3
This commit is contained in:
parent
1c51c3a289
commit
23527273c6
1 changed files with 1 additions and 0 deletions
|
@ -44934,6 +44934,7 @@ (define-public texlive-texdirflatten
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments (list #:link-scripts #~(list "texdirflatten")))
|
(arguments (list #:link-scripts #~(list "texdirflatten")))
|
||||||
|
(inputs (list perl))
|
||||||
(home-page "https://ctan.org/pkg/texdirflatten")
|
(home-page "https://ctan.org/pkg/texdirflatten")
|
||||||
(synopsis "Collect files related to a LaTeX job in a single directory")
|
(synopsis "Collect files related to a LaTeX job in a single directory")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue