mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: gtk-doc: Remove obsolete workaround.
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase.
This commit is contained in:
parent
cf45cc2ffb
commit
8ce6cea907
1 changed files with 0 additions and 6 deletions
|
@ -2026,12 +2026,6 @@ (define-public gtk-doc
|
||||||
"^catalog.xml$"))
|
"^catalog.xml$"))
|
||||||
" \"http://docbook.sourceforge.net/release/xsl/")))
|
" \"http://docbook.sourceforge.net/release/xsl/")))
|
||||||
#t))
|
#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
|
(add-after 'install 'wrap-executables
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
|
Loading…
Reference in a new issue