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)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there is no check target
|
`(#:tests? #f ; there is no check target
|
||||||
|
#:parallel-build? #f ; build fails randomly on 8-way machines
|
||||||
#:phases
|
#:phases
|
||||||
(alist-replace
|
(alist-replace
|
||||||
'install
|
'install
|
||||||
|
|
Loading…
Reference in New Issue