erlang: fix build

This commit is contained in:
superherointj 2022-12-08 09:44:17 -03:00 committed by Yt
parent 3d0fbbd0f8
commit 2787fc7d1e

View File

@ -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}
'';