cataclysm-dda: try disabling parallel builds (ZHF)
This commit is contained in:
parent
e5a402208c
commit
9635f89fff
@ -36,7 +36,8 @@ in stdenv.mkDerivation rec {
|
|||||||
--add-flags "--datadir $out/share/"
|
--add-flags "--datadir $out/share/"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# Disable, possible problems with hydra
|
||||||
|
#enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A free, post apocalyptic, zombie infested rogue-like";
|
description = "A free, post apocalyptic, zombie infested rogue-like";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user