From f95a14fa224e0812017c88f10969f78f7804fff9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 25 Nov 2006 11:10:50 +0000 Subject: [PATCH] * Linux 2.6.18.3. * fbsplash kernel patch (from Gentoo - better than SUSE's bootsplash). svn path=/nixpkgs/trunk/; revision=7129 --- pkgs/os-specific/linux/kernel/linux-2.6.18.nix | 6 +++--- pkgs/top-level/all-packages.nix | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.18.nix b/pkgs/os-specific/linux/kernel/linux-2.6.18.nix index f3233eada50..2cd0ea53eb4 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.18.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.18.nix @@ -10,12 +10,12 @@ assert stdenv.system == "i686-linux"; stdenv.mkDerivation { - name = "linux-2.6.18.1"; + name = "linux-2.6.18.3"; builder = ./builder.sh; src = fetchurl { - url = ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.1.tar.bz2; - md5 = "38f00633b02f07819d17bcd87d03eb3a"; + url = http://ftp.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.3.tar.bz2; + md5 = "fb10bd4918f22f349131af0b5121b70e"; }; patches = map (p: p.patch) kernelPatches; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8c303413f6e..ed96e820edf 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2115,6 +2115,12 @@ rec { md5 = "f7f45fd71464c1091d06eae692ee4ac0"; }; } + { name = "fbsplash-0.9.2-r5-2.6.18-rc4"; + patch = fetchurl { + url = http://dev.gentoo.org/~spock/projects/gensplash/archive/fbsplash-0.9.2-r5-2.6.18-rc4.patch; + md5 = "4bc612e21ae03e9727aa87969185ccdc"; + }; + } ]; };