[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: gtk-doc: Remove obsolete build phase.
From: |
guix-commits |
Subject: |
05/06: gnu: gtk-doc: Remove obsolete build phase. |
Date: |
Mon, 26 Oct 2020 17:22:22 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit fc6d32b7385fb7de5227d323738799b9e74beea6
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"
- branch wip-texlive updated (86cab2c -> 07f6335), guix-commits, 2020/10/26
- 02/06: gnu: discrover: Use new texlive package names., guix-commits, 2020/10/26
- 03/06: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/10/26
- 04/06: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/10/26
- 05/06: gnu: gtk-doc: Remove obsolete build phase.,
guix-commits <=
- 01/06: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/10/26
- 06/06: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/10/26