guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: texlive-clojure-pamphlet: Add missing input.


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

ngz pushed a commit to branch master
in repository guix.

commit c0b2dd868e6a71b644034af68e83e4d00df3bd5c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 29 21:13:07 2023 +0200

    gnu: texlive-clojure-pamphlet: Add missing input.
    
    * gnu/packages/tex.scm (texlive-clojure-pamphlet)[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 1b498aa37d..a4f9df9d1a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33365,6 +33365,7 @@ Filters are also provided for checking the LaTeX parts 
of CWEB documents.")
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
     (arguments (list #:link-scripts #~(list "pamphletangler")))
+    (inputs (list perl))
     (home-page "https://ctan.org/pkg/clojure-pamphlet";)
     (synopsis "Literate programming tool based on Clojure's Pamphlet system")
     (description



reply via email to

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