mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: groff: Disable parallel builds.
* gnu/packages/groff.scm (groff): Disable parallel builds.
This commit is contained in:
parent
dec7ab5953
commit
a142e38e9d
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ (define-public groff
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue