diff options
-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"))) |