nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ltex-ls: set meta.mainProgram to "ltex-ls"

+1
+1
pkgs/by-name/lt/ltex-ls/package.nix
··· 34 34 homepage = "https://valentjn.github.io/ltex/"; 35 35 description = "LSP language server for LanguageTool"; 36 36 license = licenses.mpl20; 37 + mainProgram = "ltex-ls"; 37 38 maintainers = with maintainers; [ vinnymeller ]; 38 39 platforms = jre_headless.meta.platforms; 39 40 };