mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/lsp/all-servers: disable autotools_ls on aarch64-linux
https://github.com/NixOS/nixpkgs/issues/372375
This commit is contained in:
parent
574e78bb76
commit
bca43a2a8e
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ let
|
|||
"scheme_langserver"
|
||||
]
|
||||
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
|
||||
# TODO: 2025-01-09 python312Packages.tree-sitter (dependency of autotools-language-server) is broken
|
||||
# https://github.com/NixOS/nixpkgs/issues/372375
|
||||
"autotools_ls"
|
||||
# Binary package not available for this architecture
|
||||
"starpls"
|
||||
# TODO: 2024-10-05 build failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue