Inherit the elixir versions for beam modules

Rename attributes from elixir-1_x to elixir_1_x
This commit is contained in:
Justin Wood
2017-06-26 23:13:58 -04:00
parent 909da3998e
commit 803797c6d6
2 changed files with 5 additions and 8 deletions
+4 -4
View File
@@ -37,19 +37,19 @@ let
buildMix = callPackage ./build-mix.nix {};
# BEAM-based languages.
elixir = elixir-1_4;
elixir = elixir_1_4;
elixir-1_5 = lib.callElixir ../interpreters/elixir/1.5.nix "18" {
elixir_1_5_rc = lib.callElixir ../interpreters/elixir/1.5.nix "18" {
inherit rebar erlang;
debugInfo = true;
};
elixir-1_4 = lib.callElixir ../interpreters/elixir/1.4.nix "18" {
elixir_1_4 = lib.callElixir ../interpreters/elixir/1.4.nix "18" {
inherit rebar erlang;
debugInfo = true;
};
elixir-1_3 = lib.callElixir ../interpreters/elixir/1.3.nix "18" {
elixir_1_3 = lib.callElixir ../interpreters/elixir/1.3.nix "18" {
inherit rebar erlang;
debugInfo = true;
};