aca855729f
The main goal is to remove code duplication. Some patches lost during this reorganizing. svn path=/nixpkgs/branches/stdenv-updates/; revision=9825
14 lines
231 B
Nix
14 lines
231 B
Nix
args:
|
|
(import ./2.6.21.nix)
|
|
( args //
|
|
{
|
|
extraPatches = (if (args ? extraPatches) args.extraPatches else []) ++
|
|
[
|
|
{
|
|
name = "Con Kolivas Patch";
|
|
patch = ./patch-2.6.21-ck1;
|
|
}
|
|
];
|
|
}
|
|
)
|