From a94af71da71ebc4a52c002891d813cf2689fc950 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 15 Dec 2016 16:43:38 -0500 Subject: [PATCH] linux stdenv: Fix assert that broke tests...and hydra --- pkgs/stdenv/linux/make-bootstrap-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;