elixir: fix 1.7 build on linux

This commit is contained in:
Daiderd Jordan
2018-08-04 22:44:01 +02:00
parent 87069061c5
commit ddc4235279

View File

@@ -40,6 +40,8 @@ in
rm -vf rebar
ln -s ${rebar}/bin/rebar rebar
patchShebangs lib/elixir/generate_app.escript || true
substituteInPlace Makefile \
--replace "/usr/local" $out
'';