qbittorrent: disable parallel building due to failures
This commit is contained in:
parent
63bacb79b1
commit
7706c08287
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = "--with-libboost-inc=${boost}/include "
|
configureFlags = "--with-libboost-inc=${boost}/include "
|
||||||
+ "--with-libboost-lib=${boost}/lib";
|
+ "--with-libboost-lib=${boost}/lib";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# https://github.com/qbittorrent/qBittorrent/issues/1992
|
||||||
|
#enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Free Software alternative to µtorrent";
|
description = "Free Software alternative to µtorrent";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user