boehm-gc: enable parallel building
This commit is contained in:
parent
72cf3e856a
commit
5421d2908f
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||
mv $out/share/gc $out/share/doc/gc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "The Boehm-Demers-Weiser conservative garbage collector for C and C++";
|
||||
|
||||
|
|
Loading…
Reference in a new issue