Skip to content

Commit

Permalink
elixir-ls: fix building with elixir_1_16
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Mar 27, 2024
1 parent 899b1ed commit 3cc34c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/beam-modules/elixir-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';

Expand Down

0 comments on commit 3cc34c0

Please sign in to comment.