re2c: fix tests
This commit is contained in:
parent
81e9f11a15
commit
2a9eff8502
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
patchShebangs run_tests.sh
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tool for writing very fast and very flexible scanners";
|
description = "Tool for writing very fast and very flexible scanners";
|
||||||
homepage = "http://re2c.org";
|
homepage = "http://re2c.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user