From 11e503815cd24218a684b716d20379384fce7ba1 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Tue, 5 Dec 2017 14:53:43 +0000 Subject: [PATCH] chessx: disable parallel building qmake does not support translations in resources. --- pkgs/games/chessx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/chessx/default.nix b/pkgs/games/chessx/default.nix index e8daca26ef7..b8a4d4e06dc 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