From 7706c08287e56cabc18f389053a27e77f2515efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 2 Oct 2014 00:21:50 +0200 Subject: [PATCH] qbittorrent: disable parallel building due to failures --- pkgs/applications/networking/p2p/qbittorrent/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix index b896cc8e05b..ccf129881f5 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";