mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 22:55:25 +02:00
Revert "tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux"
This reverts commit 38dd5b07a0
.
This commit is contained in:
parent
e5e109a1c2
commit
fefb588c7f
4 changed files with 2 additions and 33 deletions
|
@ -144,15 +144,6 @@
|
|||
# As of 2024-11-03, graalvm-ce (dependency of clj-kondo) is broken on x86_64-darwin
|
||||
"clj_kondo"
|
||||
])
|
||||
++ (lib.optionals (pkgs.stdenv.isLinux && pkgs.stdenv.isx86_64) [
|
||||
# TODO: phpPackages.php-cs-fixer is unavailable because its dependency _7zz is broken (as of 2024-11-03)
|
||||
# Re-enable when https://github.com/NixOS/nixpkgs/pull/353272 lands on `nixos-unstable`
|
||||
"phpcbf"
|
||||
"phpcs"
|
||||
"phpcsfixer"
|
||||
"phpmd"
|
||||
"phpstan"
|
||||
])
|
||||
++ (lib.optionals pkgs.stdenv.isAarch64 [
|
||||
"semgrep"
|
||||
"smlfmt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue