mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: lilypond: Add missing input.
* gnu/packages/music.scm (lilypond)[native-inputs]: Add texlive-t1utils. Change-Id: I3f913613bce861f8def4b040d2f0894a024156e5
This commit is contained in:
parent
319ce074fa
commit
975ed37e5d
1 changed files with 2 additions and 1 deletions
|
@ -1690,7 +1690,8 @@ (define-public lilypond
|
||||||
texlive-fontinst
|
texlive-fontinst
|
||||||
texlive-lh
|
texlive-lh
|
||||||
texlive-lm
|
texlive-lm
|
||||||
texlive-metapost))
|
texlive-metapost
|
||||||
|
texlive-t1utils))
|
||||||
zip))
|
zip))
|
||||||
(home-page "https://lilypond.org")
|
(home-page "https://lilypond.org")
|
||||||
(synopsis "Music typesetting")
|
(synopsis "Music typesetting")
|
||||||
|
|
Loading…
Reference in a new issue