rapidfuzz-cpp: disable tests when cross compiling

This commit is contained in:
Colin 2023-03-15 08:02:46 +00:00
parent 2231d48824
commit 4f8d22c137

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
catch2_3
];
doCheck = true;
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
meta = {
description = "Rapid fuzzy string matching in C++ using the Levenshtein Distance";