typst-lsp: set meta.mainProgram

This is so for `getExe` to work without warnings.
This commit is contained in:
Auguste Baum 2023-09-29 13:56:11 +02:00 committed by Auguste Baum
parent d9cd112c2b
commit 3ad25700f3

View File

@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A brand-new language server for Typst";
homepage = "https://github.com/nvarner/typst-lsp";
mainProgram = "typst-lsp";
changelog = "https://github.com/nvarner/typst-lsp/releases/tag/${src.rev}";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ figsoda GaetanLepage ];