summary refs log tree commit diff
path: root/pkgs/stdenv
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
parentab9688a63adffc78ef38d45d7891a5be2459fbd5 (diff)
downloadnixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.tar
nixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.tar.gz
nixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.tar.bz2
nixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.tar.lz
nixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.tar.xz
nixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.tar.zst
nixpkgs-a94af71da71ebc4a52c002891d813cf2689fc950.zip
linux stdenv: Fix assert that broke tests...and hydra
Diffstat (limited to 'pkgs/stdenv')
-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 7063d7bfcb6..26dfee25230 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;