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