mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
libuchardet: disable tests on i686
This commit is contained in:
parent
f0d8828b86
commit
475fb48d6b
@ -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 New Issue
Block a user