Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stdenv: label the ephemeral coreutils-stage4 package
During stdenv bootstrapping, coreutils is built twice. This makes troubleshooting very difficult, because both packages have name="coreutils", so it is a hassle to figure out "which coreutils am I using / is not building"? The first of these builds is used only in stage4, and is not part of the final stdenv. Let's label that one with a different `name` attribute to make it obvious which is which.
- Loading branch information