mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #221840 from houstdav000/patch/erlang-ls-bin
erlang-ls: Set `meta.mainProgram`
This commit is contained in:
commit
42ceacb854
@ -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 New Issue
Block a user