guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/34: gnu: gtk-doc: Remove obsolete workaround.


From: guix-commits
Subject: 32/34: gnu: gtk-doc: Remove obsolete workaround.
Date: Sat, 22 May 2021 11:16:36 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8ce6cea907774975b2e35ab7de0081b4fe6964be
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue May 18 17:38:56 2021 +0200

    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 9a1e26e..ab4a1cf 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]