diff options
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |