* Revert to the Linux 2.6.28 headers because 2.6.32 gives more

problems than it's worth (e.g. build failures in strace and klibc -
  see also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538372).

svn path=/nixpkgs/branches/stdenv-updates/; revision=19562
This commit is contained in:
Eelco Dolstra 2010-01-20 10:56:40 +00:00
parent 3407158873
commit b5f288c412

View File

@ -5693,7 +5693,7 @@ let
inherit fetchurl stdenv bison flex;
};
linuxHeaders = linuxHeaders_2_6_32;
linuxHeaders = linuxHeaders_2_6_28;
linuxHeadersCross = cross : forceBuildDrv (import ../os-specific/linux/kernel-headers/2.6.28.nix {
inherit stdenv fetchurl cross perl;