boehm-gc: enable parallel building
This commit is contained in:
@@ -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++";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user