libuchardet: disable tests on i686
This commit is contained in:
parent
f0d8828b86
commit
475fb48d6b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
"-DCMAKE_SKIP_BUILD_RPATH=OFF" # for tests
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isi686; # tests fail on i686
|
||||
|
||||
meta = with lib; {
|
||||
description = "Mozilla's Universal Charset Detector C/C++ API";
|
||||
|
|
Loading…
Reference in a new issue