From 59af09b1814538b826f30eac8024d126d8c36efc Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 16 Nov 2025 23:14:52 +0100 Subject: [PATCH] tests/all-package-defaults: disable broken packages on darwin --- tests/all-package-defaults.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index 7cadcbc9..8c0d9d11 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -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"