disable klibc for now, as we don't use it anyway (maybe later)

svn path=/nixpkgs/trunk/; revision=3745
This commit is contained in:
Armijn Hemel 2005-08-29 17:56:10 +00:00
parent 0111856eae
commit 8ab397a2ed

View file

@ -1125,9 +1125,9 @@ rec {
inherit fetchurl stdenv perl;
};
klibc = (import ../os-specific/linux/klibc) {
inherit fetchurl stdenv kernel perl bison flexWrapper;
};
#klibc = (import ../os-specific/linux/klibc) {
# inherit fetchurl stdenv kernel perl bison flexWrapper;
#};
mingetty = (import ../os-specific/linux/mingetty) {
inherit fetchurl stdenv;