Updating from trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=19485
This commit is contained in:
Lluís Batlle i Rossell
2010-01-16 15:19:23 +00:00
25 changed files with 784 additions and 484 deletions

View File

@@ -32,7 +32,7 @@ rec {
noPAE = ''
HIGHMEM64G? n
PAE n
PAE? n
'';
usefulSubsystems = ''

View File

@@ -19,6 +19,7 @@ import ../kernel/generic.nix (
kernelPatches = [
{
name = "zen4";
patch = runCommand "2.6.32-zen4.patch" {} "${xz}/bin/lzma -d < ${ fetchurl {
name = "2.6.32-zen4";
url = "http://downloads.zen-kernel.org/2.6.32/2.6.32-zen4.patch.lzma";