···1516 nativeBuildInputs = [ autoreconfHook ];
17000018 meta = with stdenv.lib; {
19 description = "Tool for writing very fast and very flexible scanners";
20 homepage = "http://re2c.org";
···1516 nativeBuildInputs = [ autoreconfHook ];
1718+ 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";