mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
beamPackages.rebar3Relx: fix env in case the calling package has env vars
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