forked from mirrors/nixpkgs
elixir-ls: fix build
This commit is contained in:
parent
84301ff8c1
commit
43c964b1be
|
@ -36,7 +36,7 @@ mixRelease {
|
|||
# of the no-deps-check requirement
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
mix do compile --no-deps-check, elixir-ls.release
|
||||
mix do compile --no-deps-check, elixir_ls.release
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue