build-erlang-mk: preserve passed buildInputs
This commit is contained in:
parent
5a558ea4d9
commit
8ddc83c67f
@ -40,7 +40,7 @@ let
|
||||
''
|
||||
else setupHook;
|
||||
|
||||
buildInputs = [ erlang perl which gitMinimal wget ];
|
||||
buildInputs = buildInputs ++ [ erlang perl which gitMinimal wget ];
|
||||
propagatedBuildInputs = beamDeps;
|
||||
|
||||
buildFlags = [ "SKIP_DEPS=1" ]
|
||||
|
Loading…
Reference in New Issue
Block a user