add support for linux kernel (still not complete)

svn path=/nixpkgs/trunk/; revision=3184
This commit is contained in:
Armijn Hemel 2005-06-16 16:20:19 +00:00
parent 30632d1655
commit 14a4963ed6

View File

@ -981,6 +981,10 @@ rec {
inherit fetchurl stdenv;
};
kernel = (import ../os-specific/linux/kernel) {
inherit fetchurl stdenv perl;
};
alsaLib = (import ../os-specific/linux/alsa/library) {
inherit fetchurl stdenv;
};