groff: Mark as unsafe for parallel building

This commit is contained in:
Eelco Dolstra 2015-05-13 13:47:41 +02:00
parent 24aa3551b0
commit 0cc883f2ee

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s";
};
enableParallelBuilding = false;
buildInputs = [ ghostscript ];
nativeBuildInputs = [ perl ];