diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-04-03 08:10:42 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-04-03 08:10:42 +0200 |
| commit | 9cac413ab15dbd837af2364bc730a1d6881a8d56 (patch) | |
| tree | 741f3d6cda8271ce4026fad8970fa3e77addce02 /gnu | |
| parent | d2487434fe1dfa310341043dfc26af5e96f65023 (diff) | |
Revert "gnu: latex2html: Make it work with latex."
This reverts commit b025c7103027943b1bef8aee5dd4cf29cdf904c1.
`texlive-local-tree' is not meant to be propagated, but should be used as
a native input to build documentation.
Change-Id: I60313c7608e91fd2613614ddb76ba5602e25d0fe
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/documentation.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 0f77fb5ce09..abf05b03ad7 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -70,7 +70,6 @@ #: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)) @@ -109,7 +108,6 @@ #$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 |
