diff options
| author | John Ericson <Ericson2314@Yahoo.com> | 2016-11-27 12:35:58 -0800 |
|---|---|---|
| committer | John Ericson <jericson@galois.com> | 2016-11-30 19:10:59 -0500 |
| commit | d240a0da1ab03ef8838553229b72b9b37a0ef3e7 (patch) | |
| tree | a1a6eeec3d31abe66228d2c14534d50dfc95e882 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 07a2b17cbf541c485e04f1a8ec98ffe8c24ac713 (diff) | |
top-level: Remove cycles: stdenv calls in top-level but not vice versa
This commit changes the dependencies of stdenv, and clean-up the stdenv
story by removing the `defaultStdenv` attribute as well as the `bootStdenv`
parameter.
Before, the final bootstrapping stage's stdenv was provided by
all-packages, which was iterating multiple times over the
top-level/default.nix expression, and non-final bootstrapping stages'
stdenvs were explicitly specified with the `bootStdenv` parameter.
Now, all stages' stdenvs are specified with the `stdenv` parameter.
For non-final bootstrapping stages, this is a small change---basically just
rename the parameter.
For the final stage, top-level/default.nix takes the chosen stdenv and
makes the final stage with it.
`allPackages` is used to make all bootstrapping stages, final and
non-final alike. It's basically the expression of `stage.nix` (along with a
few partially-applied default arguments)
Note, the make-bootstrap-tools scripts are temporarily broken
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
