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:
parent
f9f3ac4eda
commit
4da6de3e67
1 changed files with 31 additions and 32 deletions
|
@ -904,19 +904,18 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
|
||||||
(define-public lilypond
|
(define-public lilypond
|
||||||
(package
|
(package
|
||||||
(name "lilypond")
|
(name "lilypond")
|
||||||
(version "2.19.80")
|
(version "2.20.0")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "http://lilypond.org/download/sources/"
|
||||||
"http://download.linuxaudio.org/lilypond/sources/v"
|
"v" (version-major+minor version) "/"
|
||||||
(version-major+minor version) "/"
|
"lilypond-" version ".tar.gz"))
|
||||||
name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qd6pd4siss016ffmcyw5qc6pr2wihnvrgd4kh1x725w7wr02nar"))))
|
||||||
"0lql4q946gna2pl1g409mmmsvn2qvnq2z5cihrkfhk7plcqdny9n"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; out-test/collated-files.html fails
|
`(#:tests? #f ;out-test/collated-files.html fails
|
||||||
#:out-of-source? #t
|
#:out-of-source? #t
|
||||||
#:make-flags '("conf=www") ;to generate images for info manuals
|
#:make-flags '("conf=www") ;to generate images for info manuals
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
@ -984,7 +983,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
|
||||||
texlive-latex-lh
|
texlive-latex-lh
|
||||||
texlive-latex-cyrillic)))
|
texlive-latex-cyrillic)))
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("texi2html" ,texi2html)
|
("texi2html" ,texi2html-1.82)
|
||||||
("rsync" ,rsync)
|
("rsync" ,rsync)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("zip" ,zip)))
|
("zip" ,zip)))
|
||||||
|
|
Reference in a new issue