cataclysm-dda: try disabling parallel builds (ZHF)

This commit is contained in:
Luca Bruno 2015-08-26 18:32:33 +02:00
parent e5a402208c
commit 9635f89fff

View file

@ -36,7 +36,8 @@ in stdenv.mkDerivation rec {
--add-flags "--datadir $out/share/"
'';
enableParallelBuilding = true;
# Disable, possible problems with hydra
#enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A free, post apocalyptic, zombie infested rogue-like";