tests/lsp/efmls: disable php on darwin

Broken dependency on darwin
This commit is contained in:
Austin Horstman 2024-10-01 23:16:50 -05:00
parent 675c5f27fc
commit 52984eaa0f
No known key found for this signature in database

View file

@ -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