elixir: fix 1.7 build on linux
Daiderd Jordan 7 years ago ddc42352 87069061
··· 40 40 rm -vf rebar 41 41 ln -s ${rebar}/bin/rebar rebar 42 42 43 43 + patchShebangs lib/elixir/generate_app.escript || true 44 44 + 43 45 substituteInPlace Makefile \ 44 46 --replace "/usr/local" $out 45 47 '';