More testing allows fixing more errors from the recent commits.

svn path=/nixpkgs/trunk/; revision=20279
This commit is contained in:
Lluís Batlle i Rossell
2010-02-27 21:21:20 +00:00
parent 4677180b0d
commit 305a7a2ddf
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ assert cross == null -> stdenv.isLinux;
let
version = "2.6.32.9";
kernelHeadersBaseConfig = if (cross != null) then
kernelHeadersBaseConfig = if (cross == null) then
stdenv.platform.kernelHeadersBaseConfig
else
cross.platform.kernelHeadersBaseConfig;