qbittorrent: partial revert of 1d78f31b765f8e3fe81d79f5bc9ae381271094da

It still fails on 32bit:
http://hydra.nixos.org/build/25460116/nixlog/1/raw

(cherry picked from commit 57391b7322d97aa03158c730aec318cb0e8d2b2d)
Signed-off-by: Domen Kožar <domen@dev.si>

+2 -1
+2 -1
pkgs/applications/networking/p2p/qbittorrent/default.nix
··· 29 (if webuiSupport then "" else "--disable-webui") 30 ] ++ optional debugSupport "--enable-debug"; 31 32 - enableParallelBuilding = true; 33 34 meta = { 35 description = "Free Software alternative to µtorrent";
··· 29 (if webuiSupport then "" else "--disable-webui") 30 ] ++ optional debugSupport "--enable-debug"; 31 32 + # https://github.com/qbittorrent/qBittorrent/issues/1992 33 + enableParallelBuilding = false; 34 35 meta = { 36 description = "Free Software alternative to µtorrent";