elixir-ls: fix building with elixir_1_16

This commit is contained in:
Adam Stephens 2024-03-27 10:51:08 -04:00
parent 899b1ed417
commit 3cc34c0d9c
No known key found for this signature in database

View File

@ -37,7 +37,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${lib.optionalString (lib.versionAtLeast elixir.version "1.16.0") "2"}
runHook postBuild
'';