re2c: fix tests

+4
+4
pkgs/development/tools/parsing/re2c/default.nix
··· 15 15 16 16 nativeBuildInputs = [ autoreconfHook ]; 17 17 18 + preCheck = '' 19 + patchShebangs run_tests.sh 20 + ''; 21 + 18 22 meta = with stdenv.lib; { 19 23 description = "Tool for writing very fast and very flexible scanners"; 20 24 homepage = "http://re2c.org";