summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorJohn Ericson <jericson@galois.com>2016-12-15 16:43:38 -0500
committerJohn Ericson <jericson@galois.com>2016-12-15 16:45:08 -0500
commita94af71da71ebc4a52c002891d813cf2689fc950 (patch)
tree5af86301ac64529cc509f59eba0d955cef9d7748 /pkgs/stdenv/linux/make-bootstrap-tools.nix
parentab9688a63adffc78ef38d45d7891a5be2459fbd5 (diff)
linux stdenv: Fix assert that broke tests...and hydra
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 7063d7bfcb6a..26dfee252303 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -180,7 +180,7 @@ rec {
allPackages = assert false; null;
platform = assert false; null;
- crossSystem = assert false; null;
+ crossSystem = null;
config = assert false; null;
}).bootstrapTools;