forked from mirrors/nixpkgs
stdenv: Don't unset propagated*DepFiles before main phases
A bunch of stdenv-internal variables were deleted in
1601a7fcce
, but these are needed in the
fixup phase, whereas the rest are just needed for the initial work
(findInputs, etc) before the user phases.
CC @matthewbauer
This commit is contained in:
parent
9ffedfef81
commit
5b6da99ea0
|
@ -575,7 +575,7 @@ _addToEnv
|
|||
unset allPlatOffsets
|
||||
unset pkgBuildAccumVars pkgHostAccumVars pkgTargetAccumVars pkgAccumVarVars
|
||||
unset pkgBuildHookVars pkgHostHookVars pkgTargetHookVars pkgHookVarVars
|
||||
unset propagatedBuildDepFiles propagatedHostDepFiles propagatedTargetDepFiles propagatedDepFilesVars
|
||||
unset propagatedDepFilesVars
|
||||
|
||||
|
||||
_addRpathPrefix "$out"
|
||||
|
|
Loading…
Reference in a new issue