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;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kernel = (import ../os-specific/linux/kernel) {
|
||||||
|
inherit fetchurl stdenv perl;
|
||||||
|
};
|
||||||
|
|
||||||
alsaLib = (import ../os-specific/linux/alsa/library) {
|
alsaLib = (import ../os-specific/linux/alsa/library) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user