golden-cheetah: disable parallel building

qmake does not support translations in resources.
This commit is contained in:
Orivej Desh 2017-12-05 15:34:39 +00:00
parent ef151343e5
commit c12fe7416e

View file

@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
# RCC: Error in 'Resources/application.qrc': Cannot find file 'translations/gc_fr.qm'
enableParallelBuilding = false;
meta = {
description = "Performance software for cyclists, runners and triathletes";
platforms = stdenv.lib.platforms.linux;