Merge pull request #169471 from trofi/disable-parallel-groff

groff: disable parallel building
This commit is contained in:
Artturi
2022-04-21 02:20:39 +03:00
committed by GitHub
+3 -1
View File
@@ -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