gnu: leptonica: Disable parallel tests.

* gnu/packages/image.scm (leptonica)[arguments]: Add #:parallel-tests?.
master
宋文武 2015-10-29 22:01:11 +08:00
parent c7c5c5ae8b
commit 53e85d0aa5
1 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,8 @@ the W3C's XML-based Scaleable Vector Graphic (SVG) format.")
`(("openjpeg" ,openjpeg)
("zlib" ,zlib)))
(arguments
'(#:phases
'(#:parallel-tests? #f ; XXX: cause fpix1_reg to fail
#:phases
(modify-phases %standard-phases
;; Prevent make from trying to regenerate config.h.in.
(add-after