guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: groff: Disable parallel builds.


From: Mark H. Weaver
Subject: 01/01: gnu: groff: Disable parallel builds.
Date: Tue, 16 Dec 2014 16:16:40 +0000

mhw pushed a commit to branch master
in repository guix.

commit a142e38e9dfb56761bd614a28022f9c1711bd8b7
Author: Mark H Weaver <address@hidden>
Date:   Tue Dec 16 11:15:48 2014 -0500

    gnu: groff: Disable parallel builds.
    
    * gnu/packages/groff.scm (groff): Disable parallel builds.
---
 gnu/packages/groff.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index fadb461..e7a0026 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -46,6 +46,7 @@
                     ("perl" ,perl)
                     ("psutils" ,psutils)
                     ("texinfo" ,texinfo)))
+   (arguments '(#:parallel-build? #f))  ; parallel build fails
    (synopsis "Typesetting from plain text mixed with formatting commands")
    (description
     "Groff is a typesetting package that reads plain text and produces



reply via email to

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