elixir_1_3: Remove since it is not supported anymore

This commit is contained in:
Jean-Philippe Cugnet
2019-01-05 12:34:49 +01:00
parent 4345715025
commit 5cefef0d12
4 changed files with 2 additions and 15 deletions
@@ -69,11 +69,6 @@ let
debugInfo = true;
};
elixir_1_3 = lib.callElixir ../interpreters/elixir/1.3.nix {
inherit rebar erlang;
debugInfo = true;
};
lfe = lfe_1_2;
lfe_1_2 = lib.callLFE ../interpreters/lfe/1.2.nix { inherit erlang buildRebar3 buildHex; };
@@ -1,7 +0,0 @@
{ mkDerivation }:
mkDerivation rec {
version = "1.3.4";
sha256 = "01qqv1ghvfadcwcr5p88w8j217cgaf094pmpqllij3l0q1yg104l";
minimumOTPVersion = "18";
}