guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: gtk-doc: Remove obsolete build phase.


From: guix-commits
Subject: 13/15: gnu: gtk-doc: Remove obsolete build phase.
Date: Mon, 26 Oct 2020 17:39:40 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 933addd266599cb236460fa1a5d4f1c03485c1ad
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 21:39:41 2020 +0100

    gnu: gtk-doc: Remove obsolete build phase.
    
    * gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove obsolete build phase
    "set-HOME".
---
 gnu/packages/gtk.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4e58c65..1a42a07 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1694,12 +1694,6 @@ information.")
              (substitute* "tests/Makefile.in"
               (("empty.sh sanity.sh") "empty.sh"))
              #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-before 'configure 'fix-docbook
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "configure"



reply via email to

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