about summary refs log tree commit diff
path: root/pkgs/by-name/jd/jdt-language-server
AgeCommit message (Collapse)AuthorFilesLines
12 daystreewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin1-1/+1
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-04jdt-language-server: 1.38.0 -> 1.39.0R. Ryantm1-3/+3
2024-08-08jdt-language-server: 1.37.0 -> 1.38.0R. Ryantm1-3/+3
2024-07-06jdt-language-server: fix runtime errorWeijia Wang1-2/+2
2024-07-06jdt-language-server: 1.36.0 -> 1.37.0R. Ryantm1-3/+3
2024-06-03jdt-language-server: 1.31.0 -> 1.36.0Marc Jakobi2-4/+4
2024-01-25jdt-language-server: Call installlPhase hooksBenedikt Ritter1-0/+4
This makes it easier to customize the derivation via overrides.
2024-01-24jdt-language-server: set `passthru.updateScript`éclairevoyant2-0/+23
2024-01-24jdt-language-server: move to `pkgs/by-name`éclairevoyant1-0/+60