groff: enableParallelBuilding

it was disabled in 2015 in commit 0cc883f2ee

works fine now
This commit is contained in:
Artturin 2022-04-20 00:27:12 +03:00
parent 004d2d46a8
commit 7e3e1ffd93

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" "doc" "info" "perl" ];
enableParallelBuilding = false;
enableParallelBuilding = true;
patches = [
./0001-Fix-cross-compilation-by-looking-for-ar.patch