guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/37: gnu: lilypond: Remove obsolete build phase.


From: guix-commits
Subject: 17/37: gnu: lilypond: Remove obsolete build phase.
Date: Wed, 23 Dec 2020 06:31:41 -0500 (EST)

rekado pushed a commit to branch core-updates
in repository guix.

commit 2092c31723b6f33c1c68d18637af1459d8b68bc1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 23:05:00 2020 +0100

    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(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2f75c39..acb9a36 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]