summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
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,