groff: enableParallelBuilding
it was disabled in 2015 in commit 0cc883f2ee
works fine now
This commit is contained in:
parent
004d2d46a8
commit
7e3e1ffd93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user