summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-18 17:38:56 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 17:08:15 +0200
commit8ce6cea907774975b2e35ab7de0081b4fe6964be (patch)
treeb050f0cb70dc73c493e9b1824632d135a40d6a3c
parentcf45cc2ffbca77778a99894c9a8ef1702d600686 (diff)
gnu: gtk-doc: Remove obsolete workaround.
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase.
-rw-r--r--gnu/packages/gtk.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9a1e26ed3a..ab4a1cfb76 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2026,12 +2026,6 @@ information.")
"^catalog.xml$"))
" \"http://docbook.sourceforge.net/release/xsl/")))
#t))
- (add-before 'build 'set-HOME
- (lambda _
- ;; FIXME: dblatex with texlive-union does not find the built
- ;; metafonts, so it tries to generate them in HOME.
- (setenv "HOME" "/tmp")
- #t))
(add-after 'install 'wrap-executables
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))