Making A/V disabled in tox for ARM.

This commit is contained in:
Lluís Batlle i Rossell 2014-09-19 10:30:31 +02:00
parent 704fc40bd8
commit bd19f65ebf

View File

@ -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 = {