qbittorrent: partial revert of 1d78f31b76
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>
This commit is contained in:
parent
513bae1f2e
commit
fb16b908bc
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
(if webuiSupport then "" else "--disable-webui")
|
(if webuiSupport then "" else "--disable-webui")
|
||||||
] ++ optional debugSupport "--enable-debug";
|
] ++ optional debugSupport "--enable-debug";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# https://github.com/qbittorrent/qBittorrent/issues/1992
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Free Software alternative to µtorrent";
|
description = "Free Software alternative to µtorrent";
|
||||||
|
Loading…
Reference in New Issue
Block a user