mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
qbittorrent: partial revert of 1d78f31b76
It still fails on 32bit:
http://hydra.nixos.org/build/25460116/nixlog/1/raw
(cherry picked from commit 57391b7322
)
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")
|
||||
] ++ optional debugSupport "--enable-debug";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# https://github.com/qbittorrent/qBittorrent/issues/1992
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = {
|
||||
description = "Free Software alternative to µtorrent";
|
||||
|
Loading…
Reference in New Issue
Block a user