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:
parent
45ee892229
commit
ce2ac1f8a9
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user