~ruther/guix-local

55ca5e8095ee4561d816deb40f7a4196ecc1d402 — Ludovic Courtès 10 years ago af46761
gnu: lilypond: Double 'max-silent-time'.

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

* gnu/packages/music.scm (lilypond)[properties]: New field.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +5 -1
@@ 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
interpreted by LilyPond to produce the final document.  It is extendable with
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
  ;; The latest tagged release is three years old and uses a custom build