Making A/V disabled in tox for ARM.
This commit is contained in:
parent
704fc40bd8
commit
bd19f65ebf
@ -37,13 +37,14 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
autoconf libtool automake libsodium ncurses
|
||||
libconfig pkgconfig
|
||||
check libconfig pkgconfig
|
||||
] ++ stdenv.lib.optionals (!stdenv.isArm) [
|
||||
libopus
|
||||
];
|
||||
|
||||
propagatedBuildInputs = stdenv.lib.optionals (!stdenv.isArm) [ libvpx ];
|
||||
|
||||
# Some tests fail in the Sheevaplug due to timeout
|
||||
doCheck = !stdenv.isArm;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user