erl_call should be in bin. erl_call is very useful and other distributions make erl_call available on PATH.

This commit is contained in:
Matthew Sackman 2014-02-26 18:28:36 +00:00 committed by Domen Kozar
parent 45ee892229
commit ce2ac1f8a9

View File

@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
configureFlags = "--with-ssl=${openssl}";
postInstall = ''
ln -s $out/lib/erlang/lib/erl_interface*/bin/erl_call $out/bin/erl_call
'';
# Some erlang bin/ scripts run sed and awk
postFixup = ''
wrapProgram $out/lib/erlang/bin/erl --prefix PATH ":" "${gnused}/bin/"