mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Cross-compiling TinyCC: move build helpers to buildNativeInputs
svn path=/nixpkgs/trunk/; revision=30277
This commit is contained in:
parent
c03581c2be
commit
a64122818f
|
@ -11,7 +11,7 @@ let version = "0.9.25"; in
|
|||
sha256 = "0dfycf80x73dz67c97j1ry29wrv35393ai5ry46i1x1fzfq6rv8v";
|
||||
};
|
||||
|
||||
buildInputs = [ perl texinfo ];
|
||||
buildNativeInputs = [ perl texinfo ];
|
||||
|
||||
patches =
|
||||
[ (fetchurl {
|
||||
|
|
Loading…
Reference in a new issue