gnu: xpdf: Build sequentially.

* gnu/packages/pdf.scm (xpdf)[arguments]: Add #:parallel-build? #f.
This commit is contained in:
Ludovic Courtès 2014-04-04 18:02:27 +02:00
parent 0da01f4040
commit 2a58b1b024
1 changed files with 1 additions and 0 deletions

View File

@ -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