diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 9 |
1 files changed, 0 insertions, 9 deletions
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" |