tests/{lsp-servers,efmls-configs}: disable psalm

https://github.com/NixOS/nixpkgs/pull/356704
This commit is contained in:
Gaetan Lepage 2024-11-17 13:49:42 +01:00 committed by nix-infra-bot
parent 8b77198d49
commit e1417016df
2 changed files with 9 additions and 1 deletions

View file

@ -37,7 +37,12 @@ let
}: }:
let let
disabled = disabled =
lib.optionals pkgs.stdenv.isDarwin [ [
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
]
++ lib.optionals pkgs.stdenv.isDarwin [
"fsautocomplete" "fsautocomplete"
] ]
++ lib.optionals pkgs.stdenv.isAarch64 [ ++ lib.optionals pkgs.stdenv.isAarch64 [

View file

@ -34,6 +34,9 @@
# TODO: added 2024-11-17 # TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691 # Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan" "phpstan"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
] ]
++ lib.optionals (system == "aarch64-linux") [ ++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13 # Broken as of 2024-07-13