mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: lilypond: Remove obsolete build phase.
* gnu/packages/music.scm (lilypond)[arguments]: Remove build phase "use-texlive-union".
This commit is contained in:
parent
d9f733ad8b
commit
2092c31723
1 changed files with 0 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue