flex_2_5_35: make tests run, but disable

This commit is contained in:
Jan Malakhovski 2018-08-09 23:11:57 +00:00
parent 3f843e0de6
commit 65b4ff488b

View File

@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0wh06nix8bd4w1aq4k2fbbkdq5i30a9lxz3xczf3ff28yy0kfwzm";
};
postPatch = ''
patchShebangs tests
'';
nativeBuildInputs = [ flex bison texinfo help2man autoreconfHook ];
propagatedBuildInputs = [ m4 ];
@ -17,6 +21,8 @@ stdenv.mkDerivation rec {
"ac_cv_func_realloc_0_nonnull=yes"
];
doCheck = false; # fails 2 out of 46 tests
meta = {
branch = "2.5.35";
homepage = http://flex.sourceforge.net/;