recode: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-10 11:11:25 +00:00
parent 10a4cc14de
commit c23c2cf606

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
substituteInPlace src/Makefile.am --replace "ansi2knr" ""
'';
#doCheck = true; # doesn't work yet
doCheck = false; # fails 10 out of 16 tests
preCheck = ''
checkFlagsArray=(CPPFLAGS="-I../lib" LDFLAGS="-L../src/.libs -Wl,-rpath=../src/.libs")