add kernel scripts, tk

svn path=/nixpkgs/trunk/; revision=5872
This commit is contained in:
Armijn Hemel 2006-07-22 11:22:41 +00:00
parent c57e252798
commit cf58746d10

@ -1714,6 +1714,10 @@ rec {
inherit (xlibs) libXaw;
};
tk = import ../development/libraries/tk {
inherit fetchurl stdenv tcl x11;
};
id3lib = import ../development/libraries/id3lib {
inherit fetchurl stdenv;
};
@ -1852,6 +1856,12 @@ rec {
stdenv = overrideGCC stdenv gcc34;
};
kernelscripts = (import ../os-specific/linux/kernelscripts) {
inherit coreutils findutils module_init_tools;
stdenv = overrideGCC stdenv gcc34;
nix = nixUnstable;
};
#klibc = (import ../os-specific/linux/klibc) {
# inherit fetchurl stdenv kernel perl bison flexWrapper;
#};