recoll: Enable parallel builds

This commit is contained in:
Bojan Nikolic 2015-12-18 11:51:10 +00:00
parent e6f1558692
commit 316406269d

View file

@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A full-text search tool";
longDescription = ''