gnu: libvorbis: disable parallel tests
* gnu/packages/xiph.scm (libvorbis): disable parallel tests
This commit is contained in:
parent
9a03b893cc
commit
f0cfe3c4d5
|
@ -80,7 +80,8 @@ periodic timestamps for seeking.")
|
|||
"1gby6hapz9njx4l9g0pndyk4q83z5fgrgc30mfwfgx7bllspsk43"))))
|
||||
(build-system gnu-build-system)
|
||||
(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")
|
||||
(description
|
||||
"The libvorbis library implements the ogg vorbis audio format,
|
||||
|
|
Loading…
Reference in New Issue