mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
tests/all-package-defaults: disable broken packages on darwin
This commit is contained in:
committed by
Gaétan Lepage
parent
b1c9ab7399
commit
59af09b181
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user