aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/chessx
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-12-05 14:53:43 +0000
committerOrivej Desh <orivej@gmx.fr>2017-12-07 08:52:42 +0000
commit11e503815cd24218a684b716d20379384fce7ba1 (patch)
treef37bd4a5aabd7bd2eb8f5278f5595af606976e2d /pkgs/games/chessx
parent9b537c48d399d60dddd6bf07e7cf517ebc2020b8 (diff)
chessx: disable parallel building
qmake does not support translations in resources.
Diffstat (limited to 'pkgs/games/chessx')
-rw-r--r--pkgs/games/chessx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix
index e8daca26ef7d..b8a4d4e06dc0 100644
--- a/pkgs/games/chessx/default.nix
+++ b/pkgs/games/chessx/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig qmake ];
# RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_da.qm'
- #enableParallelBuilding = true;
+ enableParallelBuilding = false;
installPhase = ''
runHook preInstall