db: enable parallel building

Appears to work without issue and speeds up builds
This commit is contained in:
Ben Hipple 2019-03-11 20:11:12 +00:00 committed by worldofpeace
parent 37eba81c7b
commit 2c7b8769f3

View File

@ -39,6 +39,8 @@ stdenv.mkDerivation (rec {
rm -rf $out/docs rm -rf $out/docs
''; '';
enableParallelBuilding = true;
doCheck = true; doCheck = true;
checkPhase = '' checkPhase = ''