mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
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
Block a user