guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 04/04: gnu: lilypond: Double 'max-silent-time'.
Date: Tue, 19 Jan 2016 22:47:49 +0000

civodul pushed a commit to branch master
in repository guix.

commit 55ca5e8095ee4561d816deb40f7a4196ecc1d402
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 19 22:14:15 2016 +0100

    gnu: lilypond: Double 'max-silent-time'.
    
    Suggested by Mark H Weaver <address@hidden>.
    
    * gnu/packages/music.scm (lilypond)[properties]: New field.
---
 gnu/packages/music.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index bfc90c1..e2f411d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]