gnu: spandsp: Disable parallel build.

The build could otherwise fail non-deterministically.

Reported-by: Raghav Gururajan <raghavgururajan@disroot.org>

* gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to
false.
This commit is contained in:
Maxim Cournoyer 2020-04-03 22:57:15 -04:00
parent d24e598a78
commit e8a1c5af84
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -109,6 +109,7 @@ (define-public spandsp
(outputs '("out" "doc" "static")) ;doc contains HTML documentation
(arguments
`(#:configure-flags '("--enable-doc=yes" "--enable-tests=yes")
#:parallel-build? #f ;non-deterministic build failures may occur otherwise
#:parallel-tests? #f ;fails removing the same the files twice otherwise
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-configure.ac