golden-cheetah: disable parallel building

qmake does not support translations in resources.

+4
+4
pkgs/applications/misc/golden-cheetah/default.nix
··· 30 31 runHook postInstall 32 ''; 33 meta = { 34 description = "Performance software for cyclists, runners and triathletes"; 35 platforms = stdenv.lib.platforms.linux;
··· 30 31 runHook postInstall 32 ''; 33 + 34 + # RCC: Error in 'Resources/application.qrc': Cannot find file 'translations/gc_fr.qm' 35 + enableParallelBuilding = false; 36 + 37 meta = { 38 description = "Performance software for cyclists, runners and triathletes"; 39 platforms = stdenv.lib.platforms.linux;