[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: lilypond: Remove obsolete build phase.
From: |
guix-commits |
Subject: |
01/07: gnu: lilypond: Remove obsolete build phase. |
Date: |
Tue, 27 Oct 2020 04:29:29 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0414d396e3d7d18a52151cc063ed81e4dbeb7bdb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 23:05:00 2020 +0100
gnu: lilypond: Remove obsolete build phase.
* gnu/packages/music.scm (lilypond)[arguments]: Remove build phase
"use-texlive-union".
---
gnu/packages/music.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9831c16..e3af39d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1125,15 +1125,6 @@ and auto-mapping slices to MIDI note numbers.")
"/share/fonts/opentype/"))
#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'use-texlive-union
- (lambda _
- ;; FIXME: fonts are not found and have to be generated in HOME.
- (setenv "HOME" "/tmp")
- ;; The test for the "lh" package fails, even though it is among
- ;; the inputs.
- (substitute* "configure"
- (("TEX_FIKPARM=.*") "TEX_FIKPARM=found\n"))
- #t))
(add-after 'unpack 'fix-path-references
(lambda _
(substitute* "scm/backend-library.scm"
- branch wip-texlive updated (79cf9fc -> 3e6908d), guix-commits, 2020/10/27
- 02/07: gnu: lilypond: Use new name of texlive-lh., guix-commits, 2020/10/27
- 07/07: gnu: chez-web: Use new names of TeX Live packages., guix-commits, 2020/10/27
- 01/07: gnu: lilypond: Remove obsolete build phase.,
guix-commits <=
- 03/07: gnu: Replace texlive-generic-pdftex with texlive-pdftex., guix-commits, 2020/10/27
- 04/07: gnu: teximpatient: Use new name for texlive-pdftex., guix-commits, 2020/10/27
- 05/07: gnu: chez-web: Remove obsolete build phase., guix-commits, 2020/10/27
- 06/07: gnu: chez-sockets: Use new name of texlive-pdftex., guix-commits, 2020/10/27