qbittorrent: clean-up
This commit is contained in:
parent
9e2c96b26b
commit
e569d6b98c
@ -1,13 +1,13 @@
|
|||||||
{ mkDerivation, lib, fetchFromGitHub, pkgconfig
|
{ mkDerivation, lib, fetchFromGitHub, pkgconfig
|
||||||
, boost, libtorrentRasterbar, qtbase, qttools, qtsvg
|
, boost, libtorrentRasterbar, qtbase, qttools, qtsvg
|
||||||
, debugSupport ? false # Debugging
|
, debugSupport ? false
|
||||||
, guiSupport ? true, dbus ? null # GUI (disable to run headless)
|
, guiSupport ? true, dbus ? null # GUI OR headless
|
||||||
, webuiSupport ? true # WebUI
|
, webuiSupport ? true # WebUI
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert guiSupport -> (dbus != null);
|
assert guiSupport -> (dbus != null);
|
||||||
with lib;
|
|
||||||
|
|
||||||
|
with lib;
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qbittorrent";
|
pname = "qbittorrent";
|
||||||
version = "4.3.1";
|
version = "4.3.1";
|
||||||
@ -19,7 +19,6 @@ mkDerivation rec {
|
|||||||
sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
|
sha256 = "17ih00q7idrpl3b2vgh4smva6lazs5jw06pblriscn1lrwdvrc38";
|
||||||
};
|
};
|
||||||
|
|
||||||
# NOTE: 2018-05-31: CMake is working but it is not officially supported
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ boost libtorrentRasterbar qtbase qttools qtsvg ]
|
buildInputs = [ boost libtorrentRasterbar qtbase qttools qtsvg ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user