mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
* 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:
parent
48eb3bd187
commit
2607a78df9
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user