svn path=/nixpkgs/trunk/; revision=16383
This commit is contained in:
Michael Raskin 2009-07-15 21:09:17 +00:00
parent 0865385a29
commit 8eefb03231
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
extraConfig ? []
, preConfigure ? ""
, ...
}:
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";

View file

@ -5046,7 +5046,7 @@ let
};
# For older x86 processors without PAE/PAT
kernel_2_6_31_rc3_old_i686 = kernelPackages_2_6_31_rc3.override {
kernel_2_6_31_rc3_old_i686 = kernel_2_6_31_rc3.override {
oldI686 = true;
};