From 14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 16 Jun 2005 16:20:19 +0000 Subject: [PATCH] add support for linux kernel (still not complete) svn path=/nixpkgs/trunk/; revision=3184 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 91883716ee7..c819cf38663 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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; };