Merge pull request #267131 from aaronjheng/tab-rs

tab-rs: mark broken on aarch64-darwin
This commit is contained in:
Mario Rodas 2023-11-14 03:00:09 -05:00 committed by GitHub
commit 61cdc02fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ ];
mainProgram = "tab";
broken = (stdenv.isDarwin && stdenv.isAarch64); # Added 2023-11-13
};
}