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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user