From 3a2b9b5e054ceb2edce6bc5da0b3eeb2f08f38c6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 26 Oct 2020 23:05:35 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index acb9a36b6a..52e8dbe842 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) -- cgit v1.2.3