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:
John Ericson 2019-11-05 16:30:40 -05:00
parent 9ffedfef81
commit 5b6da99ea0

View File

@ -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"