mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
rapidfuzz-cpp: disable tests when cross compiling
This commit is contained in:
parent
2231d48824
commit
4f8d22c137
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user