about summary refs log tree commit diff
path: root/pkgs/games/chessx
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-12-30 18:12:53 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-12-30 18:14:15 +0100
commit57c4ed837cf80b2566f3c7a5c833f5c0ea5e09fc (patch)
treece6453f34fc4bacf935a8d361c584db6a06f0fac /pkgs/games/chessx
parent2cac3742415a1fd32438be8bb4300a9ceb5d7dd6 (diff)
chessx: disable parallel make
http://hydra.nixos.org/build/45653907
/cc maintainer @luispedro.
Diffstat (limited to 'pkgs/games/chessx')
-rw-r--r--pkgs/games/chessx/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix
index 404b3b90d7cde..f1dd86d67b928 100644
--- a/pkgs/games/chessx/default.nix
+++ b/pkgs/games/chessx/default.nix
@@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
    qmakeHook
   ];
 
-  enableParallelBuilding = true;
+  # RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_da.qm'
+  #enableParallelBuilding = true;
+
   installPhase = ''
       runHook preInstall
       mkdir -p "$out/bin"