2007-12-01 21:29:21 +01:00
|
|
|
args:
|
|
|
|
(import ./2.6.22.nix)
|
|
|
|
( args //
|
|
|
|
{
|
2007-12-03 23:10:59 +01:00
|
|
|
extraPatches = (if (args ? extraPatches) then args.extraPatches else []) ++
|
2007-12-01 21:29:21 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
name = "Con Kolivas Patch";
|
|
|
|
patch = ./patch-2.6.21-ck1;
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|
|
|
|
)
|