me
/
guix
Archived
1
0
Fork 0

gnu: lilypond: Remove obsolete build phase.

* gnu/packages/music.scm (lilypond)[arguments]: Remove build phase
"use-texlive-union".
master
Ricardo Wurmus 2020-10-26 23:05:00 +01:00
parent d9f733ad8b
commit 2092c31723
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 9 deletions

View File

@ -1297,15 +1297,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"