[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/37: gnu: chez-web: Remove obsolete build phase.
From: |
guix-commits |
Subject: |
21/37: gnu: chez-web: Remove obsolete build phase. |
Date: |
Wed, 23 Dec 2020 06:31:43 -0500 (EST) |
rekado pushed a commit to branch core-updates
in repository guix.
commit 5b6600e6893e9e428cecfbc0537e602f80fff319
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 27 09:26:44 2020 +0100
gnu: chez-web: Remove obsolete build phase.
* gnu/packages/chez.scm (chez-web)[arguments]: Remove build phase
"set-HOME".
---
gnu/packages/chez.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index df9d68a..7bcffd3 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -289,12 +289,6 @@ and 32-bit PowerPC architectures.")
#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
- (add-before 'build 'set-HOME
- (lambda _
- ;; FIXME: texlive-union does not find the built
- ;; metafonts, so it tries to generate them in HOME.
- (setenv "HOME" "/tmp")
- #t))
;; This package has a custom "bootstrap" script that
;; is meant to be run from the Makefile.
(delete 'bootstrap)
- 02/37: gnu: Add texlive-l3build., (continued)
- 02/37: gnu: Add texlive-l3build., guix-commits, 2020/12/23
- 05/37: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/12/23
- 06/37: gnu: texlive-base: Add texlive-cm-super to default set., guix-commits, 2020/12/23
- 08/37: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/12/23
- 10/37: gnu: discrover: Use new texlive package names., guix-commits, 2020/12/23
- 12/37: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/12/23
- 14/37: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/12/23
- 13/37: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/12/23
- 15/37: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/12/23
- 25/37: gnu: Update references to texlive-knuth-lib., guix-commits, 2020/12/23
- 21/37: gnu: chez-web: Remove obsolete build phase.,
guix-commits <=
- 03/37: gnu: Add texlive-context., guix-commits, 2020/12/23
- 07/37: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/12/23
- 09/37: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/12/23
- 17/37: gnu: lilypond: Remove obsolete build phase., guix-commits, 2020/12/23
- 16/37: gnu: texlive-amsfonts: Only create tfm files for Euler fonts., guix-commits, 2020/12/23
- 19/37: gnu: Replace texlive-generic-pdftex with texlive-pdftex., guix-commits, 2020/12/23
- 20/37: gnu: teximpatient: Use new name for texlive-pdftex., guix-commits, 2020/12/23
- 22/37: gnu: chez-sockets: Use new name of texlive-pdftex., guix-commits, 2020/12/23
- 24/37: gnu: Replace texlive-fonts-knuth-lib with texlive-knuth-lib., guix-commits, 2020/12/23
- 26/37: gnu: python-ipython-documentation: Use new name for texlive-pdftex., guix-commits, 2020/12/23