mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03: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";
|
sha256 = "0dfycf80x73dz67c97j1ry29wrv35393ai5ry46i1x1fzfq6rv8v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl texinfo ];
|
buildNativeInputs = [ perl texinfo ];
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ (fetchurl {
|
[ (fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user