forked from mirrors/nixpkgs
groff: disable parallel building
Added upstream link: https://savannah.gnu.org/bugs/?62084
This commit is contained in:
parent
f8e9f3cd9a
commit
7d677e7031
|
@ -19,7 +19,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
outputs = [ "out" "man" "doc" "info" "perl" ];
|
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 = [
|
patches = [
|
||||||
./0001-Fix-cross-compilation-by-looking-for-ar.patch
|
./0001-Fix-cross-compilation-by-looking-for-ar.patch
|
||||||
|
|
Loading…
Reference in a new issue