GNU MIG: Make it clear that the inputs are native.
svn path=/nixpkgs/trunk/; revision=33120
This commit is contained in:
parent
eaab66d11a
commit
e4f5ebb348
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = [ ./noyywrap.patch ];
|
patches = [ ./noyywrap.patch ];
|
||||||
|
|
||||||
buildInputs = [ autoconf automake flex bison machHeaders ];
|
buildNativeInputs = [ autoconf automake flex bison machHeaders ];
|
||||||
|
|
||||||
preConfigure = "autoreconf -vfi";
|
preConfigure = "autoreconf -vfi";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user