qbittorrent: disable parallel building due to failures

This commit is contained in:
Domen Kožar 2014-10-02 00:21:50 +02:00
parent 63bacb79b1
commit 7706c08287

View file

@ -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";