flex_2_5_35: make tests run, but disable
This commit is contained in:
parent
3f843e0de6
commit
65b4ff488b
@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0wh06nix8bd4w1aq4k2fbbkdq5i30a9lxz3xczf3ff28yy0kfwzm";
|
sha256 = "0wh06nix8bd4w1aq4k2fbbkdq5i30a9lxz3xczf3ff28yy0kfwzm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs tests
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison texinfo help2man autoreconfHook ];
|
nativeBuildInputs = [ flex bison texinfo help2man autoreconfHook ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ m4 ];
|
propagatedBuildInputs = [ m4 ];
|
||||||
@ -17,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
"ac_cv_func_realloc_0_nonnull=yes"
|
"ac_cv_func_realloc_0_nonnull=yes"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false; # fails 2 out of 46 tests
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
branch = "2.5.35";
|
branch = "2.5.35";
|
||||||
homepage = http://flex.sourceforge.net/;
|
homepage = http://flex.sourceforge.net/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user