From c94595f13b24dcde98688134cb29d4b0b06602ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 11 Mar 2013 09:41:55 +0100 Subject: [PATCH] Fixing tarball build (failure evaluating glibcInfo in powerpc-linux) --- pkgs/development/libraries/glibc/2.17/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/glibc/2.17/common.nix b/pkgs/development/libraries/glibc/2.17/common.nix index 3006ff490136..45d2c6f38e63 100644 --- a/pkgs/development/libraries/glibc/2.17/common.nix +++ b/pkgs/development/libraries/glibc/2.17/common.nix @@ -16,6 +16,7 @@ let in +assert stdenv.gcc != null; assert cross != null -> gccCross != null; assert mig != null -> machHeaders != null; assert machHeaders != null -> hurdHeaders != null;