-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stdenvBootstrapTools: revert "inherit {cross,local}System"
This reverts commit 5643714. The change was based on e663518 ("all-packages.nix: add bootstrapTools to top-level.nix"). Unfortunately that change had intended side-effect in releases.nix that turned stdenvBootstrapTools into a no-op. As a result 5643714 "stdenvBootstrapTools: inherit {cross,local}System" change dropped the locaSystem argument without evaluation failure. Once the accidental change was fixed unexpected `localSystem` parameter started failing evals: $ nix build -f pkgs/top-level/release.nix stdenvBootstrapTools.x86_64-linux.dist error: anonymous function at pkgs/stdenv/linux/make-bootstrap-tools.nix:1:1 called with unexpected argument 'localSystem' at /home/slyfox/dev/git/nixpkgs-master/pkgs/top-level/release.nix:169:16: 168| inherit 169| (import ../stdenv/linux/make-bootstrap-tools.nix { | ^ 170| localSystem = { inherit system; }; Let's roll it back cleanly to restore stdenvBootstrapTools builds on hydra.
- Loading branch information
Showing
3 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters