qbittorrent: partial revert of 1d78f31b76

It still fails on 32bit:
http://hydra.nixos.org/build/25460116/nixlog/1/raw
This commit is contained in:
Domen Kožar 2015-09-02 20:22:32 +02:00
parent b3dd65100a
commit 57391b7322

View File

@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
(if webuiSupport then "" else "--disable-webui")
] ++ optional debugSupport "--enable-debug";
enableParallelBuilding = true;
# https://github.com/qbittorrent/qBittorrent/issues/1992
enableParallelBuilding = false;
meta = {
description = "Free Software alternative to µtorrent";