guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: texlive-bundledoc: Add missing input.


From: guix-commits
Subject: 03/03: gnu: texlive-bundledoc: Add missing input.
Date: Tue, 29 Aug 2023 15:16:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 790e5bf0c5c8cadb6855ee5025823aba2c810361
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 29 21:14:05 2023 +0200

    gnu: texlive-bundledoc: Add missing input.
    
    * gnu/packages/tex.scm (texlive-bundledoc)[inputs]: Add PERL.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a4f9df9d1a..21cf698153 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33253,6 +33253,7 @@ supported via the ICU library.")
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
     (arguments (list #:link-scripts #~(list "arlatex" "bundledoc")))
+    (inputs (list perl))
     (home-page "https://ctan.org/pkg/bundledoc";)
     (synopsis "Bundle together all the files needed to build a LaTeX document")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]