Merge pull request #299515 from adamcstephens/elixir-ls/0.20

elixir-ls: fix building with elixir_1_16
This commit is contained in:
Yt 2024-03-27 21:29:07 +00:00 committed by GitHub
commit cabdd9cee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
'';