gnu: gtk-doc: Remove obsolete workaround.

* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase.
This commit is contained in:
Marius Bakke 2021-05-18 17:38:56 +02:00
parent cf45cc2ffb
commit 8ce6cea907
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2026,12 +2026,6 @@ (define-public gtk-doc
"^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")))