Cross-compiling TinyCC: move build helpers to buildNativeInputs

svn path=/nixpkgs/trunk/; revision=30277
This commit is contained in:
Michael Raskin 2011-11-06 19:18:02 +00:00
parent c03581c2be
commit a64122818f

View File

@ -11,7 +11,7 @@ let version = "0.9.25"; in
sha256 = "0dfycf80x73dz67c97j1ry29wrv35393ai5ry46i1x1fzfq6rv8v";
};
buildInputs = [ perl texinfo ];
buildNativeInputs = [ perl texinfo ];
patches =
[ (fetchurl {