From 7868a3e6b2e4b2035e00990abdb96777316a1851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 11 Mar 2013 14:02:16 +0100 Subject: [PATCH] Revert "Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)" This reverts commit c94595f13b24dcde98688134cb29d4b0b06602ff. This was fixed by shlevy in 1c861818578cf221c4b9ccb35164871b00d9b235, and I didn't notice it. --- pkgs/development/libraries/glibc/2.17/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/glibc/2.17/common.nix b/pkgs/development/libraries/glibc/2.17/common.nix index 45d2c6f38e6..3006ff49013 100644 --- a/pkgs/development/libraries/glibc/2.17/common.nix +++ b/pkgs/development/libraries/glibc/2.17/common.nix @@ -16,7 +16,6 @@ let in -assert stdenv.gcc != null; assert cross != null -> gccCross != null; assert mig != null -> machHeaders != null; assert machHeaders != null -> hurdHeaders != null;