* Comment out uclibc because it causes evaluation errors.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19850
This commit is contained in:
@@ -6277,9 +6277,11 @@ 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 = target: import ../os-specific/linux/uclibc {
|
uclibcCross = target: import ../os-specific/linux/uclibc {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
|||||||
Reference in New Issue
Block a user