GNU MIG: Make it clear that the inputs are native.

svn path=/nixpkgs/trunk/; revision=33120
This commit is contained in:
Ludovic Courtès 2012-03-15 20:27:49 +00:00
parent eaab66d11a
commit e4f5ebb348

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
patches = [ ./noyywrap.patch ];
buildInputs = [ autoconf automake flex bison machHeaders ];
buildNativeInputs = [ autoconf automake flex bison machHeaders ];
preConfigure = "autoreconf -vfi";