1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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
This commit is contained in:
Danny Milosavljevic
2026-03-19 21:58:45 +01:00
parent 74f536ef60
commit 15b7fc7f21

View File

@@ -105,7 +105,9 @@
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "cfgcache.pm"
(("/usr/local")
#$output)))))))
#$output)
(("\\$cfg\\{'TMPSPACE'\\} = q'[^']*'")
"$cfg{'TMPSPACE'} = q'/tmp'")))))))
(inputs (list perl netpbm ghostscript))
(synopsis "LaTeX documents to HTML")
(description "LaTeX2HTML is a utility that converts LaTeX documents to web