clucene-core: Fix build on gcc 6

http://hydra.nixos.org/build/56895322
This commit is contained in:
Eelco Dolstra
2017-07-25 11:55:50 +02:00
parent d65e528a37
commit dac08b2a98
2 changed files with 149 additions and 1 deletions
@@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
url = "mirror://sourceforge/clucene/${name}.tar.bz2";
sha256 = "202ee45af747f18642ae0a088d7c4553521714a511a1a9ec99b8144cf9928317";
};
patches = [ ./gcc6.patch ];
meta = {
description = "Core library for full-featured text search engine";
longDescription = ''