tab-rs: mark broken on aarch64-darwin
This commit is contained in:
parent
c78186e362
commit
7d1e9e4a2e
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "tab";
|
mainProgram = "tab";
|
||||||
|
broken = (stdenv.isDarwin && stdenv.isAarch64); # Added 2023-11-13
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue