add kernel scripts, tk
svn path=/nixpkgs/trunk/; revision=5872
This commit is contained in:
parent
c57e252798
commit
cf58746d10
@ -1714,6 +1714,10 @@ rec {
|
|||||||
inherit (xlibs) libXaw;
|
inherit (xlibs) libXaw;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tk = import ../development/libraries/tk {
|
||||||
|
inherit fetchurl stdenv tcl x11;
|
||||||
|
};
|
||||||
|
|
||||||
id3lib = import ../development/libraries/id3lib {
|
id3lib = import ../development/libraries/id3lib {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
@ -1852,6 +1856,12 @@ rec {
|
|||||||
stdenv = overrideGCC stdenv gcc34;
|
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) {
|
#klibc = (import ../os-specific/linux/klibc) {
|
||||||
# inherit fetchurl stdenv kernel perl bison flexWrapper;
|
# inherit fetchurl stdenv kernel perl bison flexWrapper;
|
||||||
#};
|
#};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user