Merge pull request #155220 from Kloenk/skim_aarch64-darwin

skim: disable tests on aarch64-{darwin,linux}
This commit is contained in:
Vlad M 2022-01-22 08:42:57 +02:00 committed by GitHub
commit 351a00cba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,9 @@ rustPlatform.buildRustPackage rec {
chmod +x $out/bin/sk-share
'';
# https://github.com/lotabout/skim/issues/440
doCheck = !stdenv.isAarch64;
meta = with lib; {
description = "Command-line fuzzy finder written in Rust";
homepage = "https://github.com/lotabout/skim";