forked from mirrors/nixpkgs
add support for linux kernel (still not complete)
svn path=/nixpkgs/trunk/; revision=3184
This commit is contained in:
parent
30632d1655
commit
14a4963ed6
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue