Unverified Commit 48e7399c authored by Stefan Frijters's avatar Stefan Frijters
Browse files

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

parent fff04026
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -74,7 +74,9 @@ let

        inherit src;

        env.REBAR_IGNORE_DEPS = beamDeps != [ ];
        env = (attrs.env or { }) // {
          REBAR_IGNORE_DEPS = beamDeps != [ ];
        };

        configurePhase = ''
          runHook preConfigure