guix-commits
[Top][All Lists]
Advanced

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

18/37: gnu: lilypond: Use new name of texlive-lh.


From: guix-commits
Subject: 18/37: gnu: lilypond: Use new name of texlive-lh.
Date: Wed, 23 Dec 2020 06:31:42 -0500 (EST)

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

commit 3a2b9b5e054ceb2edce6bc5da0b3eeb2f08f38c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 23:05:35 2020 +0100

    gnu: lilypond: Use new name of texlive-lh.
    
    * gnu/packages/music.scm (lilypond)[native-inputs]: Replace 
"texlive-latex-lh"
    in texlive-union with new name "texlive-lh".
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index acb9a36..52e8dbe 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1343,7 +1343,7 @@ and auto-mapping slices to MIDI note numbers.")
        ("netpbm" ,netpbm)               ;for pngtopnm
        ("texlive" ,(texlive-union (list texlive-metapost
                                         texlive-generic-epsf
-                                        texlive-latex-lh
+                                        texlive-lh
                                         texlive-latex-cyrillic)))
        ("texinfo" ,texinfo)
        ("texi2html" ,texi2html-1.82)



reply via email to

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