beamPackages.rebar3Relx: fix env in case the calling package has env vars (#495168)

This commit is contained in:
Adam C. Stephens
2026-02-28 13:57:09 +00:00
committed by GitHub
@@ -74,7 +74,9 @@ let
inherit src;
env.REBAR_IGNORE_DEPS = beamDeps != [ ];
env = (attrs.env or { }) // {
REBAR_IGNORE_DEPS = beamDeps != [ ];
};
configurePhase = ''
runHook preConfigure