clucene_core_2: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-08 18:29:59 +00:00
parent 365df8cf38
commit 139c7100e3

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
$out/lib/libclucene-core.1.dylib $out/lib/libclucene-core.1.dylib
''; '';
doCheck = false; # fails with "Unable to find executable: /build/clucene-core-2.3.3.4/build/bin/cl_test"
meta = { meta = {
description = "Core library for full-featured text search engine"; description = "Core library for full-featured text search engine";
longDescription = '' longDescription = ''