diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix index b896cc8e05bc..ccf129881f5d 100644 --- a/pkgs/applications/networking/p2p/qbittorrent/default.nix +++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix @@ -15,7 +15,8 @@ stdenv.mkDerivation rec { configureFlags = "--with-libboost-inc=${boost}/include " + "--with-libboost-lib=${boost}/lib"; - enableParallelBuilding = true; + # https://github.com/qbittorrent/qBittorrent/issues/1992 + #enableParallelBuilding = true; meta = with stdenv.lib; { description = "Free Software alternative to µtorrent";