qBittorrent: 3.1.11 -> 3.2.3
This commit is contained in:
parent
2f62815520
commit
1d78f31b76
@ -10,11 +10,11 @@ assert guiSupport -> (dbus_libs != null);
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qbittorrent-${version}";
|
name = "qbittorrent-${version}";
|
||||||
version = "3.1.11";
|
version = "3.2.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
|
url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
|
||||||
sha256 = "0qvz8ifk01b9sw9x5yh3b5kmssx5yi026zvgvabdvfaqkvcmw43i";
|
sha256 = "05590ak4nnqkah8dy71cxf7mqv6phw0ih1719dm761mxf8vrz9w6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which ];
|
nativeBuildInputs = [ pkgconfig which ];
|
||||||
@ -23,14 +23,13 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional guiSupport dbus_libs;
|
++ optional guiSupport dbus_libs;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-libboost-lib=${boost.lib}/lib"
|
"--with-boost-libdir=${boost.lib}/lib"
|
||||||
"--with-libboost-inc=${boost.dev}/include"
|
"--with-boost=${boost.dev}"
|
||||||
(if guiSupport then "" else "--disable-gui")
|
(if guiSupport then "" else "--disable-gui")
|
||||||
(if webuiSupport then "" else "--disable-webui")
|
(if webuiSupport then "" else "--disable-webui")
|
||||||
] ++ optional debugSupport "--enable-debug";
|
] ++ optional debugSupport "--enable-debug";
|
||||||
|
|
||||||
# https://github.com/qbittorrent/qBittorrent/issues/1992
|
enableParallelBuilding = true;
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Free Software alternative to µtorrent";
|
description = "Free Software alternative to µtorrent";
|
||||||
|
@ -12466,8 +12466,8 @@ let
|
|||||||
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
||||||
|
|
||||||
qbittorrent = callPackage ../applications/networking/p2p/qbittorrent {
|
qbittorrent = callPackage ../applications/networking/p2p/qbittorrent {
|
||||||
boost = boost156;
|
boost = boost;
|
||||||
libtorrentRasterbar = libtorrentRasterbar_0_16;
|
libtorrentRasterbar = libtorrentRasterbar;
|
||||||
};
|
};
|
||||||
|
|
||||||
eiskaltdcpp = callPackage ../applications/networking/p2p/eiskaltdcpp { lua5 = lua5_1; };
|
eiskaltdcpp = callPackage ../applications/networking/p2p/eiskaltdcpp { lua5 = lua5_1; };
|
||||||
|
Loading…
Reference in New Issue
Block a user