chessx: disable parallel building

qmake does not support translations in resources.
This commit is contained in:
Orivej Desh
2017-12-07 08:52:42 +00:00
parent 9b537c48d3
commit 11e503815c
+1 -1
View File
@@ -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