Skip to content

Commit

Permalink
cataclysm-dda-git: disable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 4, 2017
1 parent ce269c9 commit c885b3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/games/cataclysm-dda/git.nix
Expand Up @@ -33,7 +33,10 @@ stdenv.mkDerivation rec {
--add-flags "--datadir $out/share/cataclysm-dda/"
'';

enableParallelBuilding = true;
# https://hydra.nixos.org/build/65193254
# src/weather_data.cpp:203:1: fatal error: opening dependency file obj/tiles/weather_data.d: No such file or directory
# make: *** [Makefile:687: obj/tiles/weather_data.o] Error 1
enableParallelBuilding = false;

meta = with stdenv.lib; {
description = "A free, post apocalyptic, zombie infested rogue-like";
Expand Down

0 comments on commit c885b3c

Please sign in to comment.