ghostcript: work around a parallel check problem

http://hydra.nixos.org/build/24811657
Hopefully OK now - I couldn't reproduce it with 4 cores and HT.
This commit is contained in:
Vladimír Čunát 2015-08-18 10:35:38 +02:00
parent a64cee8c78
commit a732b1413f

View File

@ -77,6 +77,8 @@ stdenv.mkDerivation rec {
];
doCheck = true;
preCheck = "mkdir ./obj";
# parallel check sometimes gave: Fatal error: can't create ./obj/whitelst.o
# don't build/install statically linked bin/gs
buildFlags = "so";