mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
Merge pull request #220978 from domenkozar/fix-erlang-ls
erlang-ls: fix build
This commit is contained in:
commit
20dd9cbb63
@ -30,10 +30,9 @@ rebar3Relx {
|
||||
releaseType = "escript";
|
||||
beamDeps = builtins.attrValues deps;
|
||||
|
||||
# Skip "els_hover_SUITE" test for Erlang/OTP 25+ while upstream hasn't fixed it
|
||||
# https://github.com/erlang-ls/erlang_ls/pull/1402
|
||||
postPatch = lib.optionalString (lib.versionOlder "25" erlang.version) ''
|
||||
rm apps/els_lsp/test/els_hover_SUITE.erl
|
||||
# https://github.com/erlang-ls/erlang_ls/issues/1429
|
||||
postPatch = ''
|
||||
rm apps/els_lsp/test/els_diagnostics_SUITE.erl
|
||||
'';
|
||||
|
||||
buildPlugins = [ rebar3-proper ];
|
||||
|
Loading…
Reference in New Issue
Block a user