Skip to content

Commit

Permalink
db: enable parallel building
Browse files Browse the repository at this point in the history
Appears to work without issue and speeds up builds
  • Loading branch information
bhipple authored and worldofpeace committed Mar 11, 2019
1 parent 37eba81 commit 2c7b876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/db/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ stdenv.mkDerivation (rec {
rm -rf $out/docs
'';

enableParallelBuilding = true;

doCheck = true;

checkPhase = ''
Expand Down

0 comments on commit 2c7b876

Please sign in to comment.