Skip to content
Snippets Groups Projects
Commit 2a58b1b0 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: xpdf: Build sequentially.

* gnu/packages/pdf.scm (xpdf)[arguments]: Add #:parallel-build? #f.
parent 0da01f40
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ (define-public xpdf ...@@ -104,6 +104,7 @@ (define-public xpdf
("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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment