inherit the extra2 parameter
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1731
This commit is contained in:
parent
53577663f5
commit
a30b6755ad
|
@ -20,7 +20,7 @@ rec {
|
|||
cp = ./tools/cp;
|
||||
system = "i686-linux";
|
||||
args = [ ./scripts/download-script ];
|
||||
inherit postprocess extra;
|
||||
inherit postprocess extra extra2;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue