mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
qbittorrent: partial revert of 1d78f31b76
It still fails on 32bit: http://hydra.nixos.org/build/25460116/nixlog/1/raw
This commit is contained in:
parent
b3dd65100a
commit
57391b7322
@ -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