db: enable parallel building

Appears to work without issue and speeds up builds
This commit is contained in:
Ben Hipple
2019-03-11 16:44:06 -04:00
committed by worldofpeace
parent 37eba81c7b
commit 2c7b8769f3
@@ -39,6 +39,8 @@ stdenv.mkDerivation (rec {
rm -rf $out/docs
'';
enableParallelBuilding = true;
doCheck = true;
checkPhase = ''