mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Make cross-buildable
svn path=/nixpkgs/trunk/; revision=30238
This commit is contained in:
parent
bcfa6a78e8
commit
ca92853163
@ -13,6 +13,13 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [yacc];
|
buildInputs = [yacc];
|
||||||
propagatedBuildNativeInputs = [m4];
|
propagatedBuildNativeInputs = [m4];
|
||||||
|
|
||||||
|
crossAttrs = {
|
||||||
|
preConfigure = ''
|
||||||
|
export ac_cv_func_malloc_0_nonnull=yes
|
||||||
|
export ac_cv_func_realloc_0_nonnull=yes
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A fast lexical analyser generator";
|
description = "A fast lexical analyser generator";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user