mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
cataclysm-dda: try disabling parallel builds (ZHF)
This commit is contained in:
parent
e5a402208c
commit
9635f89fff
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue