1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 01:39:40 +01:00

tests/all-package-defaults: disable broken packages on darwin

This commit is contained in:
Gaetan Lepage 2025-11-16 23:14:52 +01:00 committed by Gaétan Lepage
parent b1c9ab7399
commit 59af09b181

View file

@ -59,6 +59,18 @@ let
"rustaceanvim"
]
++ lib.optionals hostPlatform.isDarwin [
# 2025-11-16 dependencies pyarrow and kvazaar are broken
"aider.nvim"
# 2025-11-16 dependency pyarrow is broken
"vectorcode"
# 2025-11-16 fish is broken
"direnv"
"direnv.vim"
"fish"
"fish-lsp"
# 2025-10-24 dependency wayland is not available on darwin
"qtdeclarative"
@ -86,6 +98,13 @@ let
"wl-clipboard" # wayland
]
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [
# 2025-11-16 dependency libsigsegv is broken
"texlive"
"texlive-combined-medium"
# 2025-11-16 dependency prelude is broken
"idris2-lsp"
# 2025-10-20 build failure
# error: concurrency is only available in macOS 10.15.0 or newer
"sourcekit-lsp"