gnu: libvorbis: disable parallel tests

* gnu/packages/xiph.scm (libvorbis): disable parallel tests
This commit is contained in:
Eric Bavier 2014-03-21 15:12:47 -05:00
parent 9a03b893cc
commit f0cfe3c4d5
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ periodic timestamps for seeking.")
"1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43")))) "1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs `(("libogg" ,libogg))) (propagated-inputs `(("libogg" ,libogg)))
(arguments `(#:configure-flags '("LDFLAGS=-lm"))) (arguments `(#:configure-flags '("LDFLAGS=-lm")
#:parallel-tests? #f))
(synopsis "libvorbis, a library implementing the vorbis audio format") (synopsis "libvorbis, a library implementing the vorbis audio format")
(description (description
"The libvorbis library implements the ogg vorbis audio format, "The libvorbis library implements the ogg vorbis audio format,