Skip to content

Commit

Permalink
Merge pull request #299515 from adamcstephens/elixir-ls/0.20
Browse files Browse the repository at this point in the history
elixir-ls: fix building with elixir_1_16
  • Loading branch information
happysalada committed Mar 27, 2024
2 parents dba0006 + 3cc34c0 commit cabdd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/beam-modules/elixir-ls/default.nix
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 cabdd9c

Please sign in to comment.