From 97f93f6c19edf99203dbf065241345240cc3e657 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 8 Feb 2026 19:02:54 -0600 Subject: [PATCH] tests/all-package-defaults: disable skim Broken on linux too --- tests/all-package-defaults.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index cbe7c5f1..0372d159a5 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -33,6 +33,9 @@ let # 2025-10-12 dependency mbedtls is marked as insecure "haxe" + + # 2026-02-05: build failure + "skim" ] ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ # "tabnine" @@ -118,9 +121,6 @@ let "wl-clipboard" # wayland ] ++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [ - # 2026-02-05: build failure - "skim" - # 2026-02-05: dependency gdb is broken "nimlangserver" "nimlsp"