forked from mirrors/nixpkgs
elixir 1_8: set erlang to R23
This commit is contained in:
parent
c383345cc8
commit
1c979e4116
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ let
|
|||
};
|
||||
|
||||
elixir_1_8 = lib'.callElixir ../interpreters/elixir/1.8.nix {
|
||||
inherit erlang;
|
||||
erlang = pkgs.beam.interpreters.erlangR23;
|
||||
debugInfo = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue