summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-06-16 16:20:19 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-06-16 16:20:19 +0000
commit14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9 (patch)
treee5fd237d9505674e7b52521a5e76c6c4b4a5ec15 /pkgs/system/all-packages-generic.nix
parent30632d1655bc3ff0eb91928b8540de8df84a7a2d (diff)
downloadnixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.tar
nixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.tar.gz
nixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.tar.bz2
nixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.tar.lz
nixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.tar.xz
nixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.tar.zst
nixpkgs-14a4963ed66f92eeb7f299d0b6c2239aaf8c6bd9.zip
add support for linux kernel (still not complete)
svn path=/nixpkgs/trunk/; revision=3184
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
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;
   };