c3a8c45431
svn path=/nixpkgs/branches/stdenv-updates/; revision=9842
14 lines
236 B
Nix
14 lines
236 B
Nix
args:
|
|
(import ./2.6.21.nix)
|
|
( args //
|
|
{
|
|
extraPatches = (if (args ? extraPatches) then args.extraPatches else []) ++
|
|
[
|
|
{
|
|
name = "Con Kolivas Patch";
|
|
patch = ./patch-2.6.21-ck1;
|
|
}
|
|
];
|
|
}
|
|
)
|