nixpkgs/pkgs/development/tools/language-servers
Artturin e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
..
ansible-language-server
beancount-language-server beancount-language-server: 1.3.4 -> 1.3.5 2024-08-07 12:25:04 +00:00
buf-language-server
ccls
crystalline
docker-compose-language-service
dockerfile-language-server-nodejs
dot-language-server
emmet-language-server
emmet-ls
fortls treewide: remove trailing space in description 2024-07-26 03:38:50 +02:00
fortran-language-server
glslls
helm-ls helm-ls: 0.0.22 -> 0.1.0 2024-09-06 01:03:25 +00:00
javascript-typescript-langserver
jq-lsp
jsonnet-language-server jsonnet-language-server: 0.14.0 -> 0.14.1 2024-08-26 13:30:49 +00:00
kotlin-language-server kotlin-language-server: 1.3.9 -> 1.3.12 2024-07-29 04:20:05 +00:00
lua-language-server treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
metals metals: 1.3.4 -> 1.3.5 2024-08-04 18:41:31 +03:00
millet treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
neocmakelsp neocmakelsp: 0.8.2 -> 0.8.4 2024-09-14 00:00:01 +00:00
nixd nixf: 2.3.1 -> 2.3.2 2024-08-16 04:07:17 +00:00
openscad-lsp
perlnavigator
postgres-lsp
rune-languageserver treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
svls
vala-language-server treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
vhdl-ls vhdl-ls: 0.82.0 -> 0.83.0 2024-08-28 03:02:00 +00:00
vscode-langservers-extracted treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
yaml-language-server yaml-language-server: drop dev dependencies to reduce closure size 2024-07-02 23:43:57 +02:00
zls zls: add 0x5a4 as maintainer 2024-06-30 22:52:17 +02:00