beamPackages.rebar3Relx: fix env in case the calling package has env vars

This commit is contained in:
Stefan Frijters
2026-02-28 12:20:52 +01:00
parent fff040265c
commit 48e7399c78

View File

@@ -74,7 +74,9 @@ let
inherit src;
env.REBAR_IGNORE_DEPS = beamDeps != [ ];
env = (attrs.env or { }) // {
REBAR_IGNORE_DEPS = beamDeps != [ ];
};
configurePhase = ''
runHook preConfigure