1 { lib, stdenv, fetchFromGitHub, rustPlatform, IOKit }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1crj0caimin667f9kz34c0sm77892dmqaf1kxryqakqm75az5wfr";
14 cargoHash = "sha256-56gy9AH3i4OSvExMuR3n/2hF5pJgbn5JJpxZLXKfu2w=";
16 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ IOKit ];
18 # many tests are failing
22 description = "Intuitive, config-driven terminal multiplexer designed for software & systems engineers";
23 homepage = "https://github.com/austinjones/tab-rs";
24 license = licenses.mit;
27 broken = (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64); # Added 2023-11-13