chessx: disable parallel make

http://hydra.nixos.org/build/45653907
/cc maintainer @luispedro.
This commit is contained in:
Vladimír Čunát 2016-12-30 18:12:53 +01:00
parent 2cac374241
commit 57c4ed837c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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"