golden-cheetah: 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 ef151343e5
commit c12fe7416e
@@ -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;