From 8ce6cea907774975b2e35ab7de0081b4fe6964be Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 18 May 2021 17:38:56 +0200 Subject: gnu: gtk-doc: Remove obsolete workaround. * gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase. --- gnu/packages/gtk.scm | 6 ------ 1 file changed, 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 @@ (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"))) -- cgit v1.2.3