restore buildMix and its bootstrapper (#122374)

* restore mixBuild

remove bootstrapper by going through ERL_LIBS
mix will use ERL_LIBS to find compiled dependencies

Co-authored-by: Zach <zach@hipcreativeinc.com>
This commit is contained in:
ydlr
2021-05-17 08:05:40 +09:00
committed by GitHub
co-authored by Zach
parent 5e9437ef57
commit a2f3a63953
3 changed files with 88 additions and 0 deletions
@@ -32,6 +32,7 @@ let
buildRebar3 = callPackage ./build-rebar3.nix { };
buildHex = callPackage ./build-hex.nix { };
buildErlangMk = callPackage ./build-erlang-mk.nix { };
buildMix = callPackage ./build-mix.nix { };
fetchMixDeps = callPackage ./fetch-mix-deps.nix { };
mixRelease = callPackage ./mix-release.nix { };