elixir: remove unused setup hook

This commit is contained in:
happysalada 2021-05-21 17:36:07 +09:00 committed by Raphael Megzari
parent 79118eb657
commit 7e26b2a455
2 changed files with 0 additions and 7 deletions

View file

@ -35,8 +35,6 @@ stdenv.mkDerivation ({
LANG = "C.UTF-8";
LC_TYPE = "C.UTF-8";
setupHook = ./setup-hook.sh;
buildFlags = optional debugInfo "ERL_COMPILER_OPTIONS=debug_info";
preBuild = ''

View file

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