diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-18 17:38:56 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 17:08:15 +0200 |
commit | 8ce6cea907774975b2e35ab7de0081b4fe6964be (patch) | |
tree | b050f0cb70dc73c493e9b1824632d135a40d6a3c /gnu/packages | |
parent | cf45cc2ffbca77778a99894c9a8ef1702d600686 (diff) | |
download | guix-8ce6cea907774975b2e35ab7de0081b4fe6964be.tar.gz guix-8ce6cea907774975b2e35ab7de0081b4fe6964be.zip |
gnu: gtk-doc: Remove obsolete workaround.
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
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"))) |