Enabling the build of uclibc (I don't know why it was commented)

svn path=/nixpkgs/trunk/; revision=22816
This commit is contained in:
Lluís Batlle i Rossell 2010-07-29 23:18:49 +00:00
parent 20db67154c
commit 2423a7c821

View file

@ -7002,11 +7002,9 @@ let
inherit fetchurl stdenv unzip;
};
/*
uclibc = import ../os-specific/linux/uclibc {
inherit fetchurl stdenv linuxHeaders;
};
*/
uclibcCross = import ../os-specific/linux/uclibc {
inherit fetchurl stdenv;