gnu: texlive-clojure-pamphlet: Add missing input.
* gnu/packages/tex.scm (texlive-clojure-pamphlet)[inputs]: Add PERL.
This commit is contained in:
parent
b2c4a8a681
commit
c0b2dd868e
1 changed files with 1 additions and 0 deletions
|
|
@ -33365,6 +33365,7 @@ Filters are also provided for checking the LaTeX parts of CWEB documents.")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments (list #:link-scripts #~(list "pamphletangler")))
|
(arguments (list #:link-scripts #~(list "pamphletangler")))
|
||||||
|
(inputs (list perl))
|
||||||
(home-page "https://ctan.org/pkg/clojure-pamphlet")
|
(home-page "https://ctan.org/pkg/clojure-pamphlet")
|
||||||
(synopsis "Literate programming tool based on Clojure's Pamphlet system")
|
(synopsis "Literate programming tool based on Clojure's Pamphlet system")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue