Archived
1
0
Fork 0

gnu: lilypond: Update to 2.20.0.

* gnu/packages/music.scm (lilypond): Update to 2.20.0.
[native-inputs]: Use texi2html-1.82 instead of texi2html.
This commit is contained in:
Nicolas Goaziou 2020-04-05 02:05:28 +02:00
parent f9f3ac4eda
commit 4da6de3e67
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -904,16 +904,15 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
(define-public lilypond
(package
(name "lilypond")
(version "2.19.80")
(source (origin
(version "2.20.0")
(source
(origin
(method url-fetch)
(uri (string-append
"http://download.linuxaudio.org/lilypond/sources/v"
(version-major+minor version) "/"
name "-" version ".tar.gz"))
(uri (string-append "http://lilypond.org/download/sources/"
"v" (version-major+minor version) "/"
"lilypond-" version ".tar.gz"))
(sha256
(base32
"0lql4q946gna2pl1g409mmmsvn2qvnq2z5cihrkfhk7plcqdny9n"))))
(base32 "0qd6pd4siss016ffmcyw5qc6pr2wihnvrgd4kh1x725w7wr02nar"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;out-test/collated-files.html fails
@ -984,7 +983,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
texlive-latex-lh
texlive-latex-cyrillic)))
("texinfo" ,texinfo)
("texi2html" ,texi2html)
("texi2html" ,texi2html-1.82)
("rsync" ,rsync)
("pkg-config" ,pkg-config)
("zip" ,zip)))