summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-24 18:59:13 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-05-24 18:59:13 +0000
commitb71ca8c1386f25abe25c5a302aae892a9b3f5bfe (patch)
tree99dedecb302b32a4b78eae7f9ddd2fba5c3d4368 /pkgs
parent70074d2b986db4efae9f88072c7b033c39b9d994 (diff)
Updating the kernels to be cross-built by hydra. The list was quite outdated related to nixpkgs.
svn path=/nixpkgs/trunk/; revision=34224
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release-cross.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index e6a4798f27b1..3c34ec4b0f62 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -17,10 +17,9 @@ let
#xorgserver.hostDrv = nativePlatforms;
};
nixUnstable.hostDrv = nativePlatforms;
- linuxPackages_2_6_32.kernel.hostDrv = linux;
- linuxPackages_2_6_33.kernel.hostDrv = linux;
- linuxPackages_2_6_34.kernel.hostDrv = linux;
- linuxPackages_2_6_35.kernel.hostDrv = linux;
+ linuxPackages_2_6_39.kernel.hostDrv = linux;
+ linuxPackages_3_3.kernel.hostDrv = linux;
+ linuxPackages_3_4.kernel.hostDrv = linux;
};
/* Basic list of packages to be natively built,