chessx: disable parallel building

qmake does not support translations in resources.
This commit is contained in:
Orivej Desh 2017-12-05 14:53:43 +00:00
parent 9b537c48d3
commit 11e503815c

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