lfe: 1.2.1 -> 1.3

Add patches to the builder expression, and add those necessary for 1.3.
This commit is contained in:
Eric Bailey
2020-02-10 20:03:47 +01:00
committed by Frederik Rietdijk
parent 82e007f80f
commit d723b91223
6 changed files with 71 additions and 7 deletions
+2 -1
View File
@@ -66,8 +66,9 @@ let
# Remove old versions of elixir, when the supports fades out:
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
lfe = lfe_1_2;
lfe = lfe_1_3;
lfe_1_2 = lib.callLFE ../interpreters/lfe/1.2.nix { inherit erlang buildRebar3 buildHex; };
lfe_1_3 = lib.callLFE ../interpreters/lfe/1.3.nix { inherit erlang buildRebar3 buildHex; };
# Non hex packages. Examples how to build Rebar/Mix packages with and
# without helper functions buildRebar3 and buildMix.