mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
* 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 New Issue
Block a user