* 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:
parent
3407158873
commit
b5f288c412
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user