elixir_1_6: remove

Additionally removed the now obsolete rebar build dependency for elixir.
This commit is contained in:
cw
2020-09-24 15:14:52 +02:00
parent ac33603b66
commit 3c379af10b
5 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ rec {
# Other Beam languages. These are built with `beam.interpreters.erlang`. To
# access for example elixir built with different version of Erlang, use
# `beam.packages.erlangR22.elixir`.
inherit (packages.erlang) elixir elixir_1_10 elixir_1_9 elixir_1_8 elixir_1_7 elixir_1_6;
inherit (packages.erlang) elixir elixir_1_10 elixir_1_9 elixir_1_8 elixir_1_7;
inherit (packages.erlang) lfe lfe_1_2 lfe_1_3;
};