me
/
guix
Archived
1
0
Fork 0

gnu: gtk-doc: Remove obsolete workaround.

* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase.
master
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
1 changed files with 0 additions and 6 deletions

View File

@ -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")))