mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:28:00 +00:00
golden-cheetah: disable parallel building
qmake does not support translations in resources.
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user