erlang: don't relink escript on darwin
This commit is contained in:
@@ -137,7 +137,9 @@ 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}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user