forked from mirrors/nixpkgs
erlang: remove unused setup hook
This commit is contained in:
parent
91fb672b21
commit
e41c7bc1f8
|
@ -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);
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
addErlangLibPath() {
|
||||
addToSearchPath ERL_LIBS $1/lib/erlang/lib
|
||||
}
|
||||
|
||||
addEnvHooks "$hostOffset" addErlangLibPath
|
Loading…
Reference in a new issue