groff: Mark as unsafe for parallel building
This commit is contained in:
parent
24aa3551b0
commit
0cc883f2ee
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s";
|
||||
};
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
buildInputs = [ ghostscript ];
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue