From 2092c31723b6f33c1c68d18637af1459d8b68bc1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 26 Oct 2020 23:05:00 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 2f75c39dd8..acb9a36b6a 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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" -- cgit v1.2.3