stdenv: Don't unset propagated*DepFiles before main phases
A bunch of stdenv-internal variables were deleted in 1601a7fcce389ae3f1b1b36676fd5545035566af, 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…
x
Reference in New Issue
Block a user