diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-27 08:54:34 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-04-02 22:48:27 +0200 |
| commit | b025c7103027943b1bef8aee5dd4cf29cdf904c1 (patch) | |
| tree | f87e681a26a91334be0231db301d636dc52fb892 /gnu/packages | |
| parent | e433d6b91fd92880d8a0d052810a820654d26599 (diff) | |
gnu: latex2html: Make it work with latex.
* gnu/packages/documentation.scm (latex2html)[propagated-inputs]: Add
texlive-preview texlive-xcolor texlive-dvips.
Change-Id: Ibd06495549a109845aece5ed420c167a83a14a2d
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/documentation.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index abf05b03ad7..0f77fb5ce09 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -70,6 +70,7 @@ #:use-module (gnu packages qt) #:use-module (gnu packages sqlite) #:use-module (gnu packages sphinx) + #:use-module (gnu packages tex) #:use-module (gnu packages uglifyjs) #:use-module (gnu packages xml) #:use-module (gnu packages xorg)) @@ -108,6 +109,7 @@ #$output) (("\\$cfg\\{'TMPSPACE'\\} = q'[^']*'") "$cfg{'TMPSPACE'} = q'/tmp'"))))))) + (propagated-inputs (list (texlive-local-tree (list texlive-preview texlive-xcolor texlive-dvips)))) (inputs (list perl netpbm ghostscript)) (synopsis "LaTeX documents to HTML") (description "LaTeX2HTML is a utility that converts LaTeX documents to web |
