about summary refs log tree commit diff
path: root/pkgs/games/pokerth
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-19 20:01:58 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-07-20 10:32:58 +0700
commit4ce8c34049634e385179317c8ef9783c20897a81 (patch)
treeabf69a55429359beb8071210b87e88ee685504b2 /pkgs/games/pokerth
parent1e2484a27c6c130751ed70695f9a20e5bf042502 (diff)
treewide: remove unnecessary enableParallelBuilding when using qmake
Diffstat (limited to 'pkgs/games/pokerth')
-rw-r--r--pkgs/games/pokerth/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/pokerth/default.nix b/pkgs/games/pokerth/default.nix
index 349dd5d85cba8..1c9879f8beb9c 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -61,8 +61,6 @@ mkDerivation rec {
 
   NIX_CFLAGS_COMPILE = "-I${SDL.dev}/include/SDL";
 
-  enableParallelBuilding = true;
-
   meta = with lib; {
     homepage = "https://www.pokerth.net";
     description = "Poker game ${target}";