From 52984eaa0faafe9b0ae539f846a4af37c10a1565 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 1 Oct 2024 23:16:50 -0500 Subject: [PATCH] tests/lsp/efmls: disable php on darwin Broken dependency on darwin --- tests/test-sources/plugins/lsp/efmls-configs.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index c5eebb19..64812075 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -42,6 +42,15 @@ # TODO: re-enable those tests when fixed "chktex" "latexindent" + # TODO: added 2024-10-01 re-enable when fixed + # broken https://github.com/NixOS/nixpkgs/issues/345331 + "php" + "phan" + "phpstan" + "psalm" + "phpcbf" + "php_cs_fixer" + "phpcs" ] ++ lib.optionals (system == "x86_64-darwin") [ # As of 2024-07-31, dmd is broken on x86_64-darwin