summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zen-kernel
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-14 22:46:13 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-14 22:46:13 +0000
commit9dfe94bc3cd4dd31448a8bc6f11a606d48e8a7e2 (patch)
tree5210f82e8cceea511c694aae77a69fd6ff679a7c /pkgs/os-specific/linux/zen-kernel
parentf573c323276f3290371967b85b412ece1367b6b2 (diff)
Adding a name to the patch for the zen kernel.
kernelPatches need names. Otherwise meta descriptions can't be built.


svn path=/nixpkgs/trunk/; revision=19448
Diffstat (limited to 'pkgs/os-specific/linux/zen-kernel')
-rw-r--r--pkgs/os-specific/linux/zen-kernel/2.6.32-zen4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/zen-kernel/2.6.32-zen4.nix b/pkgs/os-specific/linux/zen-kernel/2.6.32-zen4.nix
index 676f29a69563b..c5dc6a3b18ba9 100644
--- a/pkgs/os-specific/linux/zen-kernel/2.6.32-zen4.nix
+++ b/pkgs/os-specific/linux/zen-kernel/2.6.32-zen4.nix
@@ -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";