beamPackages.rebar3Relx: fix env in case the calling package has env vars (#495168)
This commit is contained in:
@@ -74,7 +74,9 @@ let
|
||||
|
||||
inherit src;
|
||||
|
||||
env.REBAR_IGNORE_DEPS = beamDeps != [ ];
|
||||
env = (attrs.env or { }) // {
|
||||
REBAR_IGNORE_DEPS = beamDeps != [ ];
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
Reference in New Issue
Block a user