Fixing the evaluation of trunk (regarding reenabling uclibc cross builds)

svn path=/nixpkgs/trunk/; revision=20509
This commit is contained in:
Lluís Batlle i Rossell 2010-03-09 18:05:33 +00:00
parent 936ee28548
commit 804f4bed92

View File

@ -3747,7 +3747,7 @@ let
else if (name == "uclibc") then uclibcCross
else throw "Unknown libc";
libcCross = libcCrossChooser crossSystem.libc;
libcCross = assert crossSystem != null; libcCrossChooser crossSystem.libc;
eglibc = import ../development/libraries/eglibc {
inherit fetchsvn stdenv;