re2c: fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 21:16:27 +00:00
parent 81e9f11a15
commit 2a9eff8502

View File

@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
preCheck = ''
patchShebangs run_tests.sh
'';
meta = with stdenv.lib; {
description = "Tool for writing very fast and very flexible scanners";
homepage = "http://re2c.org";