diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-26 23:05:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:58 +0100 |
commit | 3a2b9b5e054ceb2edce6bc5da0b3eeb2f08f38c6 (patch) | |
tree | 160148ec6bc746257e0cc7a66175f4fb13d283f0 /gnu | |
parent | 2092c31723b6f33c1c68d18637af1459d8b68bc1 (diff) | |
download | guix-3a2b9b5e054ceb2edce6bc5da0b3eeb2f08f38c6.tar.gz |
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".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |