re2c: fix tests

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