aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-10-26 23:05:35 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-23 10:10:58 +0100
commit3a2b9b5e054ceb2edce6bc5da0b3eeb2f08f38c6 (patch)
tree160148ec6bc746257e0cc7a66175f4fb13d283f0
parent2092c31723b6f33c1c68d18637af1459d8b68bc1 (diff)
downloadguix-3a2b9b5e054ceb2edce6bc5da0b3eeb2f08f38c6.tar
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".
-rw-r--r--gnu/packages/music.scm2
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)