[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"
- 01/15: gnu: texlive-latex-base: Use character translation file., (continued)
- 01/15: gnu: texlive-latex-base: Use character translation file., guix-commits, 2020/10/26
- 02/15: gnu: Add texlive-l3build., guix-commits, 2020/10/26
- 03/15: gnu: Add texlive-context., guix-commits, 2020/10/26
- 05/15: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/10/26
- 04/15: gnu: Replace texlive-latex-psnfss with texlive-psnfss., guix-commits, 2020/10/26
- 08/15: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/10/26
- 06/15: gnu: texlive-base: Add texlive-cm-super to default set., guix-commits, 2020/10/26
- 09/15: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/10/26
- 11/15: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/10/26
- 10/15: gnu: discrover: Use new texlive package names., guix-commits, 2020/10/26
- 13/15: gnu: gtk-doc: Remove obsolete build phase.,
guix-commits <=
- 14/15: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/10/26
- 12/15: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/10/26
- 15/15: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/10/26
- 07/15: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/10/26