diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index a12fe880..b63725cf 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -22,6 +22,10 @@ let "haxe" ] ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ + # 2025-12-10: dependency bazel fails with: + # error: Please expand list of system with defaultLib for 'aarch64-linux' + "verible" + # "tabnine" "cmp-tabnine"