build-erlang-mk: preserve passed buildInputs

This commit is contained in:
Nicolas Berbiche 2020-09-15 16:47:55 -04:00
parent 5a558ea4d9
commit 8ddc83c67f

View File

@ -40,7 +40,7 @@ let
'' ''
else setupHook; else setupHook;
buildInputs = [ erlang perl which gitMinimal wget ]; buildInputs = buildInputs ++ [ erlang perl which gitMinimal wget ];
propagatedBuildInputs = beamDeps; propagatedBuildInputs = beamDeps;
buildFlags = [ "SKIP_DEPS=1" ] buildFlags = [ "SKIP_DEPS=1" ]