11 src = fetchFromGitHub {
12 owner = "pherrymason";
15 hash = "sha256-HD3NE2L1ge0pf8vtrKkYh4GIZg6lSPTZGFQ+LPbDup4=";
18 sourceRoot = "${src.name}/server";
20 vendorHash = "sha256-y+Qs3zuvTq/KRc1ziH0R7E10et+MaQW9xOsFmSdI7PM=";
23 mv $out/bin/lsp $out/bin/c3-lsp
27 description = "Language Server for C3 Language";
28 homepage = "https://github.com/pherrymason/c3-lsp";
29 changelog = "https://github.com/pherrymason/c3-lsp/blob/${src.rev}/changelog.md";
30 license = lib.licenses.gpl3Only;
31 maintainers = with lib.maintainers; [ arthsmn ];
32 mainProgram = "c3-lsp";
33 platforms = lib.platforms.all;