mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 18:47:55 +00:00
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" ];
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user