mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
f573c32327
commit
9dfe94bc3c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user