* Linux 2.6.23.12.

svn path=/nixpkgs/trunk/; revision=9965
This commit is contained in:
Eelco Dolstra 2007-12-24 13:43:25 +00:00
parent 5c6cb19b3d
commit 07eedae576
2 changed files with 6 additions and 8 deletions

View File

@ -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;

View File

@ -3000,7 +3000,7 @@ rec {
dietlibc = import ../os-specific/linux/dietlibc { dietlibc = import ../os-specific/linux/dietlibc {
inherit fetchurl glibc; inherit fetchurl glibc;
# Dietlibc 0.30 doesn't compile on PPC with GCC 4.1, bus GCC 3.4 works. # Dietlibc 0.30 doesn't compile on PPC with GCC 4.1, bus GCC 3.4 works.
stdenv = if stdenv.system == "powerpc-linux" then overrideGCC stdenv gcc34 else stdenv; stdenv = if stdenv.system == "powerpc-linux" then overrideGCC stdenv gcc34 else stdenv;
}; };
@ -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 = [