* Use the 2.6.28.5 kernel headers. In particular this fixes this bug:

http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=252721

  E.g. the hal compile broke because of this.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14101
This commit is contained in:
Eelco Dolstra 2009-02-17 15:32:53 +00:00
parent 48eb3bd187
commit 2607a78df9

View file

@ -2,14 +2,14 @@
assert stdenv.isLinux;
let version = "2.6.28"; in
let version = "2.6.28.5"; in
stdenv.mkDerivation {
name = "linux-headers-${version}";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "1023nl992s4qmnwzbfz385azzpph58azi5rw4w0wwzzybv2rf3df";
sha256 = "0hifjh75sinifr5138v22zwbpqln6lhn65k8b57a1dyzlqca7cl9";
};
platform =