inherit the extra2 parameter

svn path=/nixpkgs/branches/nixos-pkgs/; revision=1731
This commit is contained in:
Armijn Hemel 2004-11-09 13:39:04 +00:00
parent 53577663f5
commit a30b6755ad

View File

@ -20,7 +20,7 @@ rec {
cp = ./tools/cp; cp = ./tools/cp;
system = "i686-linux"; system = "i686-linux";
args = [ ./scripts/download-script ]; args = [ ./scripts/download-script ];
inherit postprocess extra; inherit postprocess extra extra2;
}; };
/* /*