libyuv: disable tests on loongarch64

+4 -1
+4 -1
pkgs/by-name/li/libyuv/package.nix
··· 39 39 --replace "@VERSION@" "$version" 40 40 ''; 41 41 42 - doCheck = true; 42 + # [==========] 3454 tests from 8 test suites ran. 43 + # [ PASSED ] 3376 tests. 44 + # [ FAILED ] 78 tests 45 + doCheck = !stdenv.hostPlatform.isLoongArch64; 43 46 44 47 checkPhase = '' 45 48 runHook preCheck