gnu: lilypond: Remove obsolete build phase.

* gnu/packages/music.scm (lilypond)[arguments]: Remove build phase
"use-texlive-union".
This commit is contained in:
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

View file

@ -1297,15 +1297,6 @@ (define-public lilypond
"/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"