From a142e38e9dfb56761bd614a28022f9c1711bd8b7 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 16 Dec 2014 11:15:48 -0500 Subject: gnu: groff: Disable parallel builds. * gnu/packages/groff.scm (groff): Disable parallel builds. --- gnu/packages/groff.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/groff.scm') diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index fadb461a7e..e7a0026d9e 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 -- cgit v1.2.3