summary refs log tree commit diff
path: root/pkgs/applications/audio/dfasma
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/audio/dfasma
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/applications/audio/dfasma')
-rw-r--r--pkgs/applications/audio/dfasma/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/dfasma/default.nix b/pkgs/applications/audio/dfasma/default.nix
index 3d4e5e5e5b9..97870c478eb 100644
--- a/pkgs/applications/audio/dfasma/default.nix
+++ b/pkgs/applications/audio/dfasma/default.nix
@@ -47,8 +47,6 @@ in mkDerivation rec {
     substituteInPlace dfasma.pro --replace "CONFIG += file_sdif" "";
   '';
 
-  enableParallelBuilding = true;
-
   meta = with lib; {
     description = "Analyse and compare audio files in time and frequency";
     longDescription = ''