diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-19 21:58:45 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-27 08:19:42 +0100 |
| commit | 15b7fc7f212fd3397811e4eecf62e9b98c33179c (patch) | |
| tree | c376f9a996640f688adec00192d7b54f3703dd3e | |
| parent | 74f536ef60cdf763efa9dd7c8a0bf3806788fcd7 (diff) | |
gnu: latex2html: Fix temp directory it uses.
* gnu/packages/documentation.scm (latex2html)[arguments]<#:phases>
{patch-cfgcache}: Fix temp directory it uses.
Closes: guix/guix#7313
Change-Id: Ide0bf70f304167a0babdf9b2e884af7ba8f4ca32
| -rw-r--r-- | gnu/packages/documentation.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 8c6d9ea5c47..abf05b03ad7 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm | |||
| @@ -105,7 +105,9 @@ | |||
| 105 | (lambda* (#:key outputs #:allow-other-keys) | 105 | (lambda* (#:key outputs #:allow-other-keys) |
| 106 | (substitute* "cfgcache.pm" | 106 | (substitute* "cfgcache.pm" |
| 107 | (("/usr/local") | 107 | (("/usr/local") |
| 108 | #$output))))))) | 108 | #$output) |
| 109 | (("\\$cfg\\{'TMPSPACE'\\} = q'[^']*'") | ||
| 110 | "$cfg{'TMPSPACE'} = q'/tmp'"))))))) | ||
| 109 | (inputs (list perl netpbm ghostscript)) | 111 | (inputs (list perl netpbm ghostscript)) |
| 110 | (synopsis "LaTeX documents to HTML") | 112 | (synopsis "LaTeX documents to HTML") |
| 111 | (description "LaTeX2HTML is a utility that converts LaTeX documents to web | 113 | (description "LaTeX2HTML is a utility that converts LaTeX documents to web |
