skim: disable tests on aarch64-darwin

This commit is contained in:
Finn Behrens 2022-01-16 15:07:19 +01:00
parent 38afc892b1
commit 10da09d3bd

View file

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