8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = finalAttrs.version;
16 fetchSubmodules = true;
17 hash = "sha256-vkFGoKCYUk6B40XW2T/pdhir2wzN1kpFmlLcoLwJx1U=";
21 "-Dversion_data_path=${zig_0_13.src}/doc/langref.html.in"
24 nativeBuildInputs = [ zig_0_13.hook ];
27 ln -s ${callPackage ./deps.nix { }} $ZIG_GLOBAL_CACHE_DIR/p
31 description = "Zig LSP implementation + Zig Language Server";
33 changelog = "https://github.com/zigtools/zls/releases/tag/${finalAttrs.version}";
34 homepage = "https://github.com/zigtools/zls";
35 license = lib.licenses.mit;
36 maintainers = with lib.maintainers; [ figsoda moni _0x5a4 ];
37 platforms = lib.platforms.unix;