diff --git a/pkgs/tools/text/groff/default.nix b/pkgs/tools/text/groff/default.nix index 166ec1b28036..100c2b439075 100644 --- a/pkgs/tools/text/groff/default.nix +++ b/pkgs/tools/text/groff/default.nix @@ -19,7 +19,9 @@ stdenv.mkDerivation rec { outputs = [ "out" "man" "doc" "info" "perl" ]; - enableParallelBuilding = true; + # Parallel build is failing for missing depends. Known upstream as: + # https://savannah.gnu.org/bugs/?62084 + enableParallelBuilding = false; patches = [ ./0001-Fix-cross-compilation-by-looking-for-ar.patch