mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: leptonica: Disable parallel tests.
* gnu/packages/image.scm (leptonica)[arguments]: Add #:parallel-tests?.
This commit is contained in:
parent
c7c5c5ae8b
commit
53e85d0aa5
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ (define-public leptonica
|
||||||
`(("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 a new issue