Enabling the build of uclibc (I don't know why it was commented)
svn path=/nixpkgs/trunk/; revision=22816
This commit is contained in:
parent
20db67154c
commit
2423a7c821
|
@ -7002,11 +7002,9 @@ let
|
||||||
inherit fetchurl stdenv unzip;
|
inherit fetchurl stdenv unzip;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
uclibc = import ../os-specific/linux/uclibc {
|
uclibc = import ../os-specific/linux/uclibc {
|
||||||
inherit fetchurl stdenv linuxHeaders;
|
inherit fetchurl stdenv linuxHeaders;
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
uclibcCross = import ../os-specific/linux/uclibc {
|
uclibcCross = import ../os-specific/linux/uclibc {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
|
Loading…
Reference in New Issue