gnu: lilypond: Remove obsolete build phase.
* gnu/packages/music.scm (lilypond)[arguments]: Remove build phase "use-texlive-union".master
parent
d9f733ad8b
commit
2092c31723
|
@ -1297,15 +1297,6 @@ and auto-mapping slices to MIDI note numbers.")
|
||||||
"/share/fonts/opentype/"))
|
"/share/fonts/opentype/"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-after 'unpack 'fix-path-references
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "scm/backend-library.scm"
|
(substitute* "scm/backend-library.scm"
|
||||||
|
|
Reference in New Issue