boehm-gc: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-21 17:58:48 +00:00
parent 72cf3e856a
commit 5421d2908f

@ -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++";