gnu: xpdf: Build sequentially.
* gnu/packages/pdf.scm (xpdf)[arguments]: Add #:parallel-build? #f.
This commit is contained in:
parent
0da01f4040
commit
2a58b1b024
|
@ -104,6 +104,7 @@
|
|||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:tests? #f ; there is no check target
|
||||
#:parallel-build? #f ; build fails randomly on 8-way machines
|
||||
#:phases
|
||||
(alist-replace
|
||||
'install
|
||||
|
|
Loading…
Reference in New Issue