[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: lilypond: Use new name of texlive-lh.
From: |
guix-commits |
Subject: |
02/07: gnu: lilypond: Use new name of texlive-lh. |
Date: |
Tue, 27 Oct 2020 04:29:29 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit ea73d0c415d9eb4c89348592120d24848324625e
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 e3af39d..df7e02b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1171,7 +1171,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)
- branch wip-texlive updated (79cf9fc -> 3e6908d), guix-commits, 2020/10/27
- 02/07: gnu: lilypond: Use new name of texlive-lh.,
guix-commits <=
- 07/07: gnu: chez-web: Use new names of TeX Live packages., guix-commits, 2020/10/27
- 01/07: gnu: lilypond: Remove obsolete build phase., guix-commits, 2020/10/27
- 03/07: gnu: Replace texlive-generic-pdftex with texlive-pdftex., guix-commits, 2020/10/27
- 04/07: gnu: teximpatient: Use new name for texlive-pdftex., guix-commits, 2020/10/27
- 05/07: gnu: chez-web: Remove obsolete build phase., guix-commits, 2020/10/27
- 06/07: gnu: chez-sockets: Use new name of texlive-pdftex., guix-commits, 2020/10/27