gnu: lilypond: Double 'max-silent-time'.

Suggested by Mark H Weaver <mhw@netris.org>.

* gnu/packages/music.scm (lilypond)[properties]: New field.
master
Ludovic Courtès 2016-01-19 22:14:15 +01:00
parent af46761302
commit 55ca5e8095
1 changed files with 5 additions and 1 deletions

View File

@ -328,7 +328,11 @@ you to define complex tempo maps for entire songs or performances.")
music. Music is input in a text file containing control sequences which are music. Music is input in a text file containing control sequences which are
interpreted by LilyPond to produce the final document. It is extendable with interpreted by LilyPond to produce the final document. It is extendable with
Guile.") Guile.")
(license license:gpl3+))) (license license:gpl3+)
;; On armhf and mips64el, building the documentation sometimes leads to
;; more than an hour of silence, so double the max silent time.
(properties `((max-silent-time . 7200)))))
(define-public non-sequencer (define-public non-sequencer
;; The latest tagged release is three years old and uses a custom build ;; The latest tagged release is three years old and uses a custom build