Fixing the evaluation of trunk (regarding reenabling uclibc cross builds)
svn path=/nixpkgs/trunk/; revision=20509
This commit is contained in:
parent
936ee28548
commit
804f4bed92
@ -3747,7 +3747,7 @@ let
|
|||||||
else if (name == "uclibc") then uclibcCross
|
else if (name == "uclibc") then uclibcCross
|
||||||
else throw "Unknown libc";
|
else throw "Unknown libc";
|
||||||
|
|
||||||
libcCross = libcCrossChooser crossSystem.libc;
|
libcCross = assert crossSystem != null; libcCrossChooser crossSystem.libc;
|
||||||
|
|
||||||
eglibc = import ../development/libraries/eglibc {
|
eglibc = import ../development/libraries/eglibc {
|
||||||
inherit fetchsvn stdenv;
|
inherit fetchsvn stdenv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user