summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/qbs/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/development/tools/build-managers/qbs/default.nix
parent1e2484a27c6c130751ed70695f9a20e5bf042502 (diff)
downloadnixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.tar
nixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.tar.gz
nixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.tar.bz2
nixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.tar.lz
nixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.tar.xz
nixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.tar.zst
nixpkgs-4ce8c34049634e385179317c8ef9783c20897a81.zip
treewide: remove unnecessary enableParallelBuilding when using qmake
Diffstat (limited to 'pkgs/development/tools/build-managers/qbs/default.nix')
-rw-r--r--pkgs/development/tools/build-managers/qbs/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/qbs/default.nix b/pkgs/development/tools/build-managers/qbs/default.nix
index d2d382f28d3..280173dc0c0 100644
--- a/pkgs/development/tools/build-managers/qbs/default.nix
+++ b/pkgs/development/tools/build-managers/qbs/default.nix
@@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ qtbase qtscript ];
 
-  enableParallelBuilding = true;
-
   meta = with lib; {
     description = "A tool that helps simplify the build process for developing projects across multiple platforms";
     homepage = "https://wiki.qt.io/Qbs";