From 4ce8c34049634e385179317c8ef9783c20897a81 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Mon, 19 Jul 2021 20:01:58 +0700 Subject: treewide: remove unnecessary enableParallelBuilding when using qmake --- pkgs/applications/audio/dfasma/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/applications/audio/dfasma/default.nix') diff --git a/pkgs/applications/audio/dfasma/default.nix b/pkgs/applications/audio/dfasma/default.nix index 3d4e5e5e5b9a..97870c478ebb 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 = '' -- cgit 1.4.1