disable klibc for now, as we don't use it anyway (maybe later)
svn path=/nixpkgs/trunk/; revision=3745
This commit is contained in:
parent
0111856eae
commit
8ab397a2ed
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue