about summary refs log tree commit diff
path: root/pkgs/applications/editors/tiled/default.nix
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/applications/editors/tiled/default.nix
parent1e2484a27c6c130751ed70695f9a20e5bf042502 (diff)
treewide: remove unnecessary enableParallelBuilding when using qmake
Diffstat (limited to 'pkgs/applications/editors/tiled/default.nix')
-rw-r--r--pkgs/applications/editors/tiled/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix
index fe32da4a42fa1..4fdb4a44b24a8 100644
--- a/pkgs/applications/editors/tiled/default.nix
+++ b/pkgs/applications/editors/tiled/default.nix
@@ -15,8 +15,6 @@ mkDerivation rec {
   nativeBuildInputs = [ pkg-config qmake ];
   buildInputs = [ python qtbase qttools ];
 
-  enableParallelBuilding = true;
-
   meta = with lib; {
     description = "Free, easy to use and flexible tile map editor";
     homepage = "https://www.mapeditor.org/";