diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-16 11:15:48 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-16 11:16:54 -0500 |
commit | a142e38e9dfb56761bd614a28022f9c1711bd8b7 (patch) | |
tree | 07131f72641e30a43ddd405998f029bc53fdec7e /gnu/packages/groff.scm | |
parent | dec7ab595373ca59ae57547475fb2a4844ff5d8c (diff) | |
download | guix-a142e38e9dfb56761bd614a28022f9c1711bd8b7.tar guix-a142e38e9dfb56761bd614a28022f9c1711bd8b7.tar.gz |
gnu: groff: Disable parallel builds.
* gnu/packages/groff.scm (groff): Disable parallel builds.
Diffstat (limited to 'gnu/packages/groff.scm')
-rw-r--r-- | 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 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 |