libuchardet: disable tests on i686

master
Ben Siraphob 2021-02-07 19:32:57 +07:00
parent f0d8828b86
commit 475fb48d6b
1 changed files with 1 additions and 1 deletions

View File

@ -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";