guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 13/37: gnu: gtk-doc: Remove obsolete build phase.
Date: Wed, 23 Dec 2020 06:31:40 -0500 (EST)

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

commit 08dc1de496d4d1845be3611837881639c16e01f0
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 3c93072..74641de 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]