me
/
guix
Archived
1
0
Fork 0

gnu: yasm: Disable parallel tests.

* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
master
Christopher Baines 2019-10-20 15:39:11 +01:00
parent ca2b1dcfcd
commit e9d48bdad4
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ has strong support for macros.")
(base32
"0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
(build-system gnu-build-system)
(arguments
'(#:parallel-tests? #f)) ; Some tests fail
; non-deterministically when run in
; parallel
(inputs
`(("python" ,python-wrapper)
("xmlto" ,xmlto)))