about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-09-02 20:22:32 +0200
committerDomen Kožar <domen@dev.si>2015-09-02 20:23:28 +0200
commitfb16b908bc099409650cfc8028dbc057a4cf366b (patch)
tree5cdb93e60931166f0ba1a8f7503b2d38ba2a23dc /pkgs/applications/networking/p2p
parent513bae1f2e8aee3ed2dd8b63379d629f13b8c43c (diff)
downloadnixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.tar
nixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.tar.gz
nixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.tar.bz2
nixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.tar.lz
nixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.tar.xz
nixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.tar.zst
nixlib-fb16b908bc099409650cfc8028dbc057a4cf366b.zip
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>
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index 8ff11dba9055..f8c025ba2418 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -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";