mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 New Issue
Block a user