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
This commit is contained in:
Lluís Batlle i Rossell 2010-01-14 22:46:13 +00:00
parent f573c32327
commit 9dfe94bc3c

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