forked from mirrors/nixpkgs
Removing the 2.6.39 kernel from release-cross; it wasn't in nixpkgs.
I add linux 3.6.
This commit is contained in:
parent
2aea62bd07
commit
0397d7c51e
|
@ -17,9 +17,9 @@ let
|
|||
#xorgserver.hostDrv = nativePlatforms;
|
||||
};
|
||||
nixUnstable.hostDrv = nativePlatforms;
|
||||
linuxPackages_2_6_39.kernel.hostDrv = linux;
|
||||
linuxPackages_3_3.kernel.hostDrv = linux;
|
||||
linuxPackages_3_4.kernel.hostDrv = linux;
|
||||
linuxPackages_3_6.kernel.hostDrv = linux;
|
||||
};
|
||||
|
||||
/* Basic list of packages to be natively built,
|
||||
|
|
Loading…
Reference in a new issue