mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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)
|
("perl" ,perl)
|
||||||
("psutils" ,psutils)
|
("psutils" ,psutils)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
|
(arguments '(#:parallel-build? #f)) ; parallel build fails
|
||||||
(synopsis "Typesetting from plain text mixed with formatting commands")
|
(synopsis "Typesetting from plain text mixed with formatting commands")
|
||||||
(description
|
(description
|
||||||
"Groff is a typesetting package that reads plain text and produces
|
"Groff is a typesetting package that reads plain text and produces
|
||||||
|
|
Loading…
Reference in a new issue