mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: libvorbis: disable parallel tests
* gnu/packages/xiph.scm (libvorbis): disable parallel tests
This commit is contained in:
parent
9a03b893cc
commit
f0cfe3c4d5
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ (define libvorbis
|
|||
"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 a new issue