gprolog: disable parallel building to (hopefully) fix the weird error that occurred on Hydra

This commit is contained in:
Peter Simons 2012-10-24 20:30:04 +02:00
parent b170bb0bf0
commit 59d7e94145

View File

@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
'';
doCheck = true;
enableParallelBuilding = true;
meta = {
homepage = "http://www.gnu.org/software/gprolog/";