summary refs log tree commit diff
path: root/pkgs/games/qgo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/qgo/default.nix')
-rw-r--r--pkgs/games/qgo/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/qgo/default.nix b/pkgs/games/qgo/default.nix
index ea8c8aaeac8..cc28ebc63f3 100644
--- a/pkgs/games/qgo/default.nix
+++ b/pkgs/games/qgo/default.nix
@@ -43,6 +43,4 @@ mkDerivation {
   '';
   nativeBuildInputs = [ qmake ];
   buildInputs = [ qtbase qtmultimedia qttranslations ];
-  enableParallelBuilding = true;
-
 }