erlang: fix build
This commit is contained in:
parent
3d0fbbd0f8
commit
2787fc7d1e
@ -137,9 +137,6 @@ stdenv.mkDerivation ({
|
||||
|
||||
postInstall = ''
|
||||
ln -s $out/lib/erlang/lib/erl_interface*/bin/erl_call $out/bin/erl_call
|
||||
'' + (lib.optionalString stdenv.isLinux ''
|
||||
ln -s $out/lib/erlang/bin/escript $out/bin/escript
|
||||
'') + ''
|
||||
|
||||
${postInstall}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user