gnu: leptonica: Disable parallel tests.
* gnu/packages/image.scm (leptonica)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
c7c5c5ae8b
commit
53e85d0aa5
|
@ -216,7 +216,8 @@ the W3C's XML-based Scaleable Vector Graphic (SVG) format.")
|
||||||
`(("openjpeg" ,openjpeg)
|
`(("openjpeg" ,openjpeg)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:parallel-tests? #f ; XXX: cause fpix1_reg to fail
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Prevent make from trying to regenerate config.h.in.
|
;; Prevent make from trying to regenerate config.h.in.
|
||||||
(add-after
|
(add-after
|
||||||
|
|
Loading…
Reference in New Issue