erlang: remove unused setup hook

master
happysalada 2021-06-06 08:41:58 +09:00 committed by Raphael Megzari
parent 91fb672b21
commit e41c7bc1f8
2 changed files with 0 additions and 7 deletions

View File

@ -142,8 +142,6 @@ stdenv.mkDerivation ({
wrapProgram $out/lib/erlang/bin/start_erl --prefix PATH ":" "${lib.makeBinPath [ gnused gawk ]}"
'';
setupHook = ./setup-hook.sh;
passthru = {
updateScript =
let major = builtins.head (builtins.splitVersion version);

View File

@ -1,5 +0,0 @@
addErlangLibPath() {
addToSearchPath ERL_LIBS $1/lib/erlang/lib
}
addEnvHooks "$hostOffset" addErlangLibPath