mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 02:08:04 +00:00
skim: disable tests on aarch64-darwin
This commit is contained in:
parent
10da09d3bd
commit
632b4089cc
@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
# https://github.com/lotabout/skim/issues/440
|
||||
doCheck = !(stdenv.isDarwin && stdenv.isAarch64);
|
||||
doCheck = !stdenv.isAarch64;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line fuzzy finder written in Rust";
|
||||
|
Loading…
Reference in New Issue
Block a user