Merge pull request #221840 from houstdav000/patch/erlang-ls-bin
erlang-ls: Set `meta.mainProgram`
This commit is contained in:
commit
42ceacb854
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ rebar3Relx {
|
|||
description = "The Erlang Language Server";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
mainProgram = "erlang_ls";
|
||||
};
|
||||
passthru.updateScript = writeScript "update.sh" ''
|
||||
#!/usr/bin/env nix-shell
|
||||
|
|
Loading…
Reference in a new issue