* Linux 2.6.23.12.
svn path=/nixpkgs/trunk/; revision=9965
This commit is contained in:
parent
5c6cb19b3d
commit
07eedae576
@ -28,7 +28,7 @@ let
|
|||||||
|
|
||||||
lib = import ../../../lib;
|
lib = import ../../../lib;
|
||||||
|
|
||||||
version = "2.6.23.1";
|
version = "2.6.23.12";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
|
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
|
||||||
sha256 = "0737g83h7jbrlss8782b17mhc3nfn8qfbh5s71flz8pjxmbbmg1m";
|
sha256 = "1x3ngnhyxy9rlaislm2hzijaaa2mp8v930dyp8zmmhjdpzjf3w8k";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = map (p: p.patch) kernelPatches;
|
patches = map (p: p.patch) kernelPatches;
|
||||||
|
@ -3267,8 +3267,6 @@ rec {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
kernel_2_6_23 = import ../os-specific/linux/kernel/linux-2.6.23.nix {
|
kernel_2_6_23 = import ../os-specific/linux/kernel/linux-2.6.23.nix {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||||
kernelPatches = [
|
kernelPatches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user