recoll: Enable parallel builds
This commit is contained in:
parent
e6f1558692
commit
316406269d
@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A full-text search tool";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user