xapian: enable parallel building

Cuts build time from 17 minutes down to 5 minutes on an Intel i7-8700k.
This commit is contained in:
Martin Weinelt 2023-12-17 18:17:22 +01:00
parent f4361bb102
commit 66eb1ebea9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -25,6 +25,8 @@ let
buildInputs = [ libuuid zlib ];
nativeBuildInputs = [ autoreconfHook ];
enableParallelBuilding = true;
doCheck = true;
env.AUTOMATED_TESTING = true; # https://trac.xapian.org/changeset/8be35f5e1/git