rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0414d396e3d7d18a52151cc063ed81e4dbeb7bdb
Author: Ricardo Wurmus <[email protected]>
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"