Unverified Commit f6c0c75d authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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

parents b3b0a328 48e7399c
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