forked from mirrors/nixpkgs
* Comment out uclibc because it causes evaluation errors.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19850
This commit is contained in:
parent
d8c6bb130c
commit
bdfff8e769
|
@ -6277,9 +6277,11 @@ let
|
|||
inherit fetchurl stdenv unzip;
|
||||
};
|
||||
|
||||
/*
|
||||
uclibc = import ../os-specific/linux/uclibc {
|
||||
inherit fetchurl stdenv linuxHeaders;
|
||||
};
|
||||
*/
|
||||
|
||||
uclibcCross = target: import ../os-specific/linux/uclibc {
|
||||
inherit fetchurl stdenv;
|
||||
|
|
Loading…
Reference in a new issue