mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: apr: Disable parallel tests.
* gnu/packages/apr.scm (apr): Disable parallel tests.
This commit is contained in:
parent
975071449c
commit
f798837f9e
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ (define-public apr
|
|||
;; Sometimes we end up with two processes concurrently trying to make
|
||||
;; 'libmod_test.la': <http://hydra.gnu.org/build/60266/nixlog/2/raw>.
|
||||
;; Thus, build sequentially.
|
||||
'(#:parallel-build? #f))
|
||||
'(#:parallel-build? #f
|
||||
#:parallel-tests? #f))
|
||||
(inputs `(("perl" ,perl)
|
||||
("libtool" ,libtool)))
|
||||
(home-page "http://apr.apache.org/")
|
||||
|
|
Loading…
Reference in a new issue