re2c: fix tests

This commit is contained in:
Jan Malakhovski
2018-08-11 09:35:21 +00:00
parent 81e9f11a15
commit 2a9eff8502
@@ -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";